| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteUsagePlanKeyResponse |
ApiGatewayClient.deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest)
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
|
default CompletableFuture<DeleteUsagePlanKeyResponse> |
ApiGatewayAsyncClient.deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest)
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteUsagePlanKeyRequest.Builder |
DeleteUsagePlanKeyRequest.builder() |
DeleteUsagePlanKeyRequest.Builder |
DeleteUsagePlanKeyRequest.Builder.keyId(String keyId)
The Id of the UsagePlanKey resource to be deleted.
|
DeleteUsagePlanKeyRequest.Builder |
DeleteUsagePlanKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteUsagePlanKeyRequest.Builder |
DeleteUsagePlanKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteUsagePlanKeyRequest.Builder |
DeleteUsagePlanKeyRequest.toBuilder() |
DeleteUsagePlanKeyRequest.Builder |
DeleteUsagePlanKeyRequest.Builder.usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey
resource representing a plan customer.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteUsagePlanKeyRequest.Builder> |
DeleteUsagePlanKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.