Uses of Class
com.amazonaws.services.apigateway.model.CreateApiKeyRequest
-
Packages that use CreateApiKeyRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateApiKeyRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateApiKeyRequest 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 CreateApiKeyRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateApiKeyRequest Modifier and Type Method Description CreateApiKeyRequest
CreateApiKeyRequest. clone()
CreateApiKeyRequest
CreateApiKeyRequest. withDescription(String description)
The description of the ApiKey.CreateApiKeyRequest
CreateApiKeyRequest. withEnabled(Boolean enabled)
Specifies whether the ApiKey can be used by callers.CreateApiKeyRequest
CreateApiKeyRequest. withName(String name)
The name of the ApiKey.CreateApiKeyRequest
CreateApiKeyRequest. withStageKeys(StageKey... stageKeys)
Specifies whether the ApiKey can be used by callers.CreateApiKeyRequest
CreateApiKeyRequest. withStageKeys(Collection<StageKey> stageKeys)
Specifies whether the ApiKey can be used by callers.
-