Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest.Builder
Packages that use GetApiKeysRequest.Builder
Package
Description
-
Uses of GetApiKeysRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetApiKeysRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetApiKeysResponse>ApiGatewayAsyncClient.getApiKeys(Consumer<GetApiKeysRequest.Builder> getApiKeysRequest) Gets information about the current ApiKeys resource.default GetApiKeysResponseApiGatewayClient.getApiKeys(Consumer<GetApiKeysRequest.Builder> getApiKeysRequest) Gets information about the current ApiKeys resource.default GetApiKeysPublisherApiGatewayAsyncClient.getApiKeysPaginator(Consumer<GetApiKeysRequest.Builder> getApiKeysRequest) This is a variant ofApiGatewayAsyncClient.getApiKeys(software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest)operation.default GetApiKeysIterableApiGatewayClient.getApiKeysPaginator(Consumer<GetApiKeysRequest.Builder> getApiKeysRequest) This is a variant ofApiGatewayClient.getApiKeys(software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest)operation. -
Uses of GetApiKeysRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetApiKeysRequest.BuilderModifier and TypeMethodDescriptionstatic GetApiKeysRequest.BuilderGetApiKeysRequest.builder()GetApiKeysRequest.Builder.customerId(String customerId) The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.GetApiKeysRequest.Builder.includeValues(Boolean includeValues) A boolean flag to specify whether (true) or not (false) the result contains key values.The maximum number of returned results per page.The name of queried API keys.GetApiKeysRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetApiKeysRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The current pagination position in the paged result set.GetApiKeysRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetApiKeysRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetApiKeysRequest.Builder>GetApiKeysRequest.serializableBuilderClass()