Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest.Builder
Packages that use GetUsagePlanKeyRequest.Builder
Package
Description
-
Uses of GetUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetUsagePlanKeyResponse>ApiGatewayAsyncClient.getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder> getUsagePlanKeyRequest) Gets a usage plan key of a given key identifier.default GetUsagePlanKeyResponseApiGatewayClient.getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder> getUsagePlanKeyRequest) Gets a usage plan key of a given key identifier. -
Uses of GetUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptionGetUsagePlanKeyRequest.builder()The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.GetUsagePlanKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetUsagePlanKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetUsagePlanKeyRequest.toBuilder()GetUsagePlanKeyRequest.Builder.usagePlanId(String usagePlanId) The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetUsagePlanKeyRequest.Builder>GetUsagePlanKeyRequest.serializableBuilderClass()