Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
-
Packages that use GetDomainNamesResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetDomainNamesResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetDomainNamesResponse Modifier and Type Method Description default GetDomainNamesResponseApiGatewayClient. getDomainNames()Represents a collection of DomainName resources.default GetDomainNamesResponseApiGatewayClient. getDomainNames(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest)Represents a collection of DomainName resources.default GetDomainNamesResponseApiGatewayClient. getDomainNames(GetDomainNamesRequest getDomainNamesRequest)Represents a collection of DomainName resources.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetDomainNamesResponse Modifier and Type Method Description default CompletableFuture<GetDomainNamesResponse>ApiGatewayAsyncClient. getDomainNames()Represents a collection of DomainName resources.default CompletableFuture<GetDomainNamesResponse>ApiGatewayAsyncClient. getDomainNames(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest)Represents a collection of DomainName resources.default CompletableFuture<GetDomainNamesResponse>ApiGatewayAsyncClient. getDomainNames(GetDomainNamesRequest getDomainNamesRequest)Represents a collection of DomainName resources. -
Uses of GetDomainNamesResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetDomainNamesResponse Modifier and Type Method Description Iterator<GetDomainNamesResponse>GetDomainNamesIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetDomainNamesResponse Modifier and Type Method Description voidGetDomainNamesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDomainNamesResponse> subscriber)
-