| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointConfiguration.Builder |
EndpointConfiguration.builder() |
EndpointConfiguration.Builder |
EndpointConfiguration.toBuilder() |
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.types(Collection<EndpointType> types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.types(EndpointType... types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.typesWithStrings(Collection<String> types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.typesWithStrings(String... types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.vpcEndpointIds(Collection<String> vpcEndpointIds)
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
|
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.vpcEndpointIds(String... vpcEndpointIds)
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointConfiguration.Builder> |
EndpointConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainNameResponse.Builder |
UpdateDomainNameResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
default ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
default RestApi.Builder |
RestApi.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
default DomainName.Builder |
DomainName.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
default GetRestApiResponse.Builder |
GetRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
default UpdateRestApiResponse.Builder |
UpdateRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
default CreateRestApiResponse.Builder |
CreateRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
default PutRestApiResponse.Builder |
PutRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
default CreateDomainNameRequest.Builder |
CreateDomainNameRequest.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
default CreateDomainNameResponse.Builder |
CreateDomainNameResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
default GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
default CreateRestApiRequest.Builder |
CreateRestApiRequest.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
Copyright © 2023. All rights reserved.