Uses of Class
com.amazonaws.services.apigateway.model.CreateApiKeyResult
Packages that use CreateApiKeyResult
-
Uses of CreateApiKeyResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createApiKey
(CreateApiKeyRequest request) AmazonApiGateway.createApiKey
(CreateApiKeyRequest createApiKeyRequest) Create an ApiKey resource.AmazonApiGatewayClient.createApiKey
(CreateApiKeyRequest createApiKeyRequest) Create an ApiKey resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type CreateApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.createApiKeyAsync
(CreateApiKeyRequest request) AbstractAmazonApiGatewayAsync.createApiKeyAsync
(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest, CreateApiKeyResult> asyncHandler) AmazonApiGatewayAsync.createApiKeyAsync
(CreateApiKeyRequest createApiKeyRequest) Create an ApiKey resource.AmazonApiGatewayAsync.createApiKeyAsync
(CreateApiKeyRequest createApiKeyRequest, AsyncHandler<CreateApiKeyRequest, CreateApiKeyResult> asyncHandler) Create an ApiKey resource.AmazonApiGatewayAsyncClient.createApiKeyAsync
(CreateApiKeyRequest request) AmazonApiGatewayAsyncClient.createApiKeyAsync
(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest, CreateApiKeyResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.createApiKeyAsync
(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest, CreateApiKeyResult> asyncHandler) AmazonApiGatewayAsync.createApiKeyAsync
(CreateApiKeyRequest createApiKeyRequest, AsyncHandler<CreateApiKeyRequest, CreateApiKeyResult> asyncHandler) Create an ApiKey resource.AmazonApiGatewayAsyncClient.createApiKeyAsync
(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest, CreateApiKeyResult> asyncHandler) -
Uses of CreateApiKeyResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateApiKeyResultModifier and TypeMethodDescriptionCreateApiKeyResult.clone()
CreateApiKeyResult.withCreatedDate
(Date createdDate) The date when the API Key was created, in ISO 8601 format.CreateApiKeyResult.withDescription
(String description) The description of the API Key.CreateApiKeyResult.withEnabled
(Boolean enabled) Specifies whether the API Key can be used by callers.The identifier of the API Key.CreateApiKeyResult.withLastUpdatedDate
(Date lastUpdatedDate) When the API Key was last updated, in ISO 8601 format.The name of the API Key.CreateApiKeyResult.withStageKeys
(String... stageKeys) CreateApiKeyResult.withStageKeys
(Collection<String> stageKeys)