| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDomainNameResponse |
ApiGatewayClient.getDomainName(Consumer<GetDomainNameRequest.Builder> getDomainNameRequest)
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
|
default CompletableFuture<GetDomainNameResponse> |
ApiGatewayAsyncClient.getDomainName(Consumer<GetDomainNameRequest.Builder> getDomainNameRequest)
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDomainNameRequest.Builder |
GetDomainNameRequest.builder() |
GetDomainNameRequest.Builder |
GetDomainNameRequest.Builder.domainName(String domainName)
The name of the DomainName resource.
|
GetDomainNameRequest.Builder |
GetDomainNameRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDomainNameRequest.Builder |
GetDomainNameRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDomainNameRequest.Builder |
GetDomainNameRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDomainNameRequest.Builder> |
GetDomainNameRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.