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