| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateApiKeyResponse> |
ApiGatewayAsyncClient.updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)
Changes information about an ApiKey resource.
|
default UpdateApiKeyResponse |
ApiGatewayClient.updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)
Changes information about an ApiKey resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApiKeyRequest.Builder |
UpdateApiKeyRequest.Builder.apiKey(String apiKey)
[Required] The identifier of the ApiKey resource to be updated.
|
static UpdateApiKeyRequest.Builder |
UpdateApiKeyRequest.builder() |
UpdateApiKeyRequest.Builder |
UpdateApiKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApiKeyRequest.Builder |
UpdateApiKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateApiKeyRequest.Builder |
UpdateApiKeyRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest.Builder |
UpdateApiKeyRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest.Builder |
UpdateApiKeyRequest.Builder.patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest.Builder |
UpdateApiKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateApiKeyRequest.Builder> |
UpdateApiKeyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.