Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateApiKeyResult |
AmazonApiGatewayClient.updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
|
UpdateApiKeyResult |
AmazonApiGateway.updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
|
UpdateApiKeyResult |
AbstractAmazonApiGateway.updateApiKey(UpdateApiKeyRequest request) |
java.util.concurrent.Future<UpdateApiKeyResult> |
AmazonApiGatewayAsyncClient.updateApiKeyAsync(UpdateApiKeyRequest request) |
java.util.concurrent.Future<UpdateApiKeyResult> |
AmazonApiGatewayAsync.updateApiKeyAsync(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
|
java.util.concurrent.Future<UpdateApiKeyResult> |
AbstractAmazonApiGatewayAsync.updateApiKeyAsync(UpdateApiKeyRequest request) |
java.util.concurrent.Future<UpdateApiKeyResult> |
AmazonApiGatewayAsyncClient.updateApiKeyAsync(UpdateApiKeyRequest request,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler) |
java.util.concurrent.Future<UpdateApiKeyResult> |
AmazonApiGatewayAsync.updateApiKeyAsync(UpdateApiKeyRequest updateApiKeyRequest,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler)
Changes information about an ApiKey resource.
|
java.util.concurrent.Future<UpdateApiKeyResult> |
AbstractAmazonApiGatewayAsync.updateApiKeyAsync(UpdateApiKeyRequest request,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateApiKeyResult> |
AmazonApiGatewayAsyncClient.updateApiKeyAsync(UpdateApiKeyRequest request,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler) |
java.util.concurrent.Future<UpdateApiKeyResult> |
AmazonApiGatewayAsync.updateApiKeyAsync(UpdateApiKeyRequest updateApiKeyRequest,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler)
Changes information about an ApiKey resource.
|
java.util.concurrent.Future<UpdateApiKeyResult> |
AbstractAmazonApiGatewayAsync.updateApiKeyAsync(UpdateApiKeyRequest request,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateApiKeyRequest |
UpdateApiKeyRequest.clone() |
UpdateApiKeyRequest |
UpdateApiKeyRequest.withApiKey(java.lang.String apiKey)
The identifier of the ApiKey resource to be updated.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateApiKeyRequest> |
UpdateApiKeyRequestMarshaller.marshall(UpdateApiKeyRequest updateApiKeyRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateApiKeyRequest> |
UpdateApiKeyRequestMarshaller.marshall(UpdateApiKeyRequest updateApiKeyRequest) |