Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest.Builder
Packages that use GetDomainNamesRequest.Builder
Package
Description
-
Uses of GetDomainNamesRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetDomainNamesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetDomainNamesResponse>ApiGatewayAsyncClient.getDomainNames(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest) Represents a collection of DomainName resources.default GetDomainNamesResponseApiGatewayClient.getDomainNames(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest) Represents a collection of DomainName resources.default GetDomainNamesPublisherApiGatewayAsyncClient.getDomainNamesPaginator(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest) This is a variant ofApiGatewayAsyncClient.getDomainNames(software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest)operation.default GetDomainNamesIterableApiGatewayClient.getDomainNamesPaginator(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest) This is a variant ofApiGatewayClient.getDomainNames(software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest)operation. -
Uses of GetDomainNamesRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetDomainNamesRequest.BuilderModifier and TypeMethodDescriptionGetDomainNamesRequest.builder()The maximum number of returned results per page.GetDomainNamesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDomainNamesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The current pagination position in the paged result set.GetDomainNamesRequest.Builder.resourceOwner(String resourceOwner) The owner of the domain name access association.GetDomainNamesRequest.Builder.resourceOwner(ResourceOwner resourceOwner) The owner of the domain name access association.GetDomainNamesRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDomainNamesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDomainNamesRequest.Builder>GetDomainNamesRequest.serializableBuilderClass()