Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest.Builder
Packages that use DeleteUsagePlanKeyRequest.Builder
Package
Description
-
Uses of DeleteUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest) Deletes a usage plan key and remove the underlying API key from the associated usage plan.default DeleteUsagePlanKeyResponseApiGatewayClient.deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest) Deletes a usage plan key and remove the underlying API key from the associated usage plan. -
Uses of DeleteUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DeleteUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptionDeleteUsagePlanKeyRequest.builder()The Id of the UsagePlanKey resource to be deleted.DeleteUsagePlanKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteUsagePlanKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteUsagePlanKeyRequest.toBuilder()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.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteUsagePlanKeyRequest.Builder>DeleteUsagePlanKeyRequest.serializableBuilderClass()