| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators | |
| software.amazon.awssdk.services.apigateway.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetDomainNamesResponse |
ApiGatewayClient.getDomainNames(GetDomainNamesRequest getDomainNamesRequest)
Represents a collection of DomainName resources.
|
default CompletableFuture<GetDomainNamesResponse> |
ApiGatewayAsyncClient.getDomainNames(GetDomainNamesRequest getDomainNamesRequest)
Represents a collection of DomainName resources.
|
default GetDomainNamesIterable |
ApiGatewayClient.getDomainNamesPaginator(GetDomainNamesRequest getDomainNamesRequest)
Represents a collection of DomainName resources.
|
default GetDomainNamesPublisher |
ApiGatewayAsyncClient.getDomainNamesPaginator(GetDomainNamesRequest getDomainNamesRequest)
Represents a collection of DomainName resources.
|
| Constructor and Description |
|---|
GetDomainNamesIterable(ApiGatewayClient client,
GetDomainNamesRequest firstRequest) |
GetDomainNamesPublisher(ApiGatewayAsyncClient client,
GetDomainNamesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetDomainNamesRequestMarshaller.marshall(GetDomainNamesRequest getDomainNamesRequest) |
Copyright © 2023. All rights reserved.