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 CreateApiKeyRequestCreateApiKeyRequest. clone()CreateApiKeyRequestCreateApiKeyRequest. withDescription(String description)The description of the ApiKey.CreateApiKeyRequestCreateApiKeyRequest. withEnabled(Boolean enabled)Specifies whether the ApiKey can be used by callers.CreateApiKeyRequestCreateApiKeyRequest. withName(String name)The name of the ApiKey.CreateApiKeyRequestCreateApiKeyRequest. withStageKeys(StageKey... stageKeys)Specifies whether the ApiKey can be used by callers.CreateApiKeyRequestCreateApiKeyRequest. withStageKeys(Collection<StageKey> stageKeys)Specifies whether the ApiKey can be used by callers.
-