Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest.Builder
Packages that use GetUsagePlanKeysRequest.Builder
Package
Description
-
Uses of GetUsagePlanKeysRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetUsagePlanKeysRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest) Gets all the usage plan keys representing the API keys added to a specified usage plan.default GetUsagePlanKeysResponseApiGatewayClient.getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest) Gets all the usage plan keys representing the API keys added to a specified usage plan.default GetUsagePlanKeysPublisherApiGatewayAsyncClient.getUsagePlanKeysPaginator(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest) This is a variant ofApiGatewayAsyncClient.getUsagePlanKeys(software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest)operation.default GetUsagePlanKeysIterableApiGatewayClient.getUsagePlanKeysPaginator(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest) This is a variant ofApiGatewayClient.getUsagePlanKeys(software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest)operation. -
Uses of GetUsagePlanKeysRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetUsagePlanKeysRequest.BuilderModifier and TypeMethodDescriptionGetUsagePlanKeysRequest.builder()The maximum number of returned results per page.A query parameter specifying the name of the to-be-returned usage plan keys.GetUsagePlanKeysRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetUsagePlanKeysRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The current pagination position in the paged result set.GetUsagePlanKeysRequest.toBuilder()GetUsagePlanKeysRequest.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 GetUsagePlanKeysRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetUsagePlanKeysRequest.Builder>GetUsagePlanKeysRequest.serializableBuilderClass()