Uses of Class
com.amazonaws.services.apigateway.model.CreateApiKeyRequest
Packages that use CreateApiKeyRequest
-
Uses of CreateApiKeyRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type CreateApiKeyRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createApiKey(CreateApiKeyRequest request) AmazonApiGateway.createApiKey(CreateApiKeyRequest createApiKeyRequest) Create an ApiKey resource.AmazonApiGatewayClient.createApiKey(CreateApiKeyRequest createApiKeyRequest) Create an ApiKey resource.AbstractAmazonApiGatewayAsync.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 CreateApiKeyRequestModifier 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 CreateApiKeyRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateApiKeyRequestModifier and TypeMethodDescriptionCreateApiKeyRequest.clone()CreateApiKeyRequest.withDescription(String description) The description of the ApiKey.CreateApiKeyRequest.withEnabled(Boolean enabled) Specifies whether the ApiKey can be used by callers.The name of the ApiKey.CreateApiKeyRequest.withStageKeys(StageKey... stageKeys) Specifies whether the ApiKey can be used by callers.CreateApiKeyRequest.withStageKeys(Collection<StageKey> stageKeys) Specifies whether the ApiKey can be used by callers.