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 CreateApiKeyResultAbstractAmazonApiGateway. createApiKey(CreateApiKeyRequest request)CreateApiKeyResultAmazonApiGateway. createApiKey(CreateApiKeyRequest createApiKeyRequest)Create an ApiKey resource.CreateApiKeyResultAmazonApiGatewayClient. 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 CreateApiKeyResultCreateApiKeyResult. clone()CreateApiKeyResultCreateApiKeyResult. withCreatedDate(Date createdDate)The date when the API Key was created, in ISO 8601 format.CreateApiKeyResultCreateApiKeyResult. withDescription(String description)The description of the API Key.CreateApiKeyResultCreateApiKeyResult. withEnabled(Boolean enabled)Specifies whether the API Key can be used by callers.CreateApiKeyResultCreateApiKeyResult. withId(String id)The identifier of the API Key.CreateApiKeyResultCreateApiKeyResult. withLastUpdatedDate(Date lastUpdatedDate)When the API Key was last updated, in ISO 8601 format.CreateApiKeyResultCreateApiKeyResult. withName(String name)The name of the API Key.CreateApiKeyResultCreateApiKeyResult. withStageKeys(String... stageKeys)CreateApiKeyResultCreateApiKeyResult. withStageKeys(Collection<String> stageKeys)
-