Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest.Builder
Packages that use GetUsagePlanRequest.Builder
Package
Description
-
Uses of GetUsagePlanRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetUsagePlanRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetUsagePlanResponse>ApiGatewayAsyncClient.getUsagePlan(Consumer<GetUsagePlanRequest.Builder> getUsagePlanRequest) Gets a usage plan of a given plan identifier.default GetUsagePlanResponseApiGatewayClient.getUsagePlan(Consumer<GetUsagePlanRequest.Builder> getUsagePlanRequest) Gets a usage plan of a given plan identifier. -
Uses of GetUsagePlanRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetUsagePlanRequest.BuilderModifier and TypeMethodDescriptionstatic GetUsagePlanRequest.BuilderGetUsagePlanRequest.builder()GetUsagePlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetUsagePlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetUsagePlanRequest.toBuilder()GetUsagePlanRequest.Builder.usagePlanId(String usagePlanId) The identifier of the UsagePlan resource to be retrieved.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetUsagePlanRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetUsagePlanRequest.Builder>GetUsagePlanRequest.serializableBuilderClass()