Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
EndpointConfiguration |
EndpointConfiguration.clone() |
EndpointConfiguration |
RestApi.getEndpointConfiguration()
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
EndpointConfiguration |
UpdateRestApiResult.getEndpointConfiguration()
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
EndpointConfiguration |
UpdateDomainNameResult.getEndpointConfiguration()
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
EndpointConfiguration |
PutRestApiResult.getEndpointConfiguration()
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
EndpointConfiguration |
ImportRestApiResult.getEndpointConfiguration()
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
EndpointConfiguration |
GetRestApiResult.getEndpointConfiguration()
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
EndpointConfiguration |
GetDomainNameResult.getEndpointConfiguration()
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
EndpointConfiguration |
CreateRestApiResult.getEndpointConfiguration()
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
EndpointConfiguration |
CreateDomainNameResult.getEndpointConfiguration()
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
EndpointConfiguration |
CreateDomainNameRequest.getEndpointConfiguration()
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
EndpointConfiguration |
DomainName.getEndpointConfiguration()
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
EndpointConfiguration |
CreateRestApiRequest.getEndpointConfiguration()
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
EndpointConfiguration |
EndpointConfiguration.withTypes(Collection<String> types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration |
EndpointConfiguration.withTypes(EndpointType... types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration |
EndpointConfiguration.withTypes(String... types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration |
EndpointConfiguration.withVpcEndpointIds(Collection<String> vpcEndpointIds)
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
|
EndpointConfiguration |
EndpointConfiguration.withVpcEndpointIds(String... vpcEndpointIds)
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
|
Modifier and Type | Method and Description |
---|---|
void |
RestApi.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
void |
UpdateRestApiResult.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
void |
UpdateDomainNameResult.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
void |
PutRestApiResult.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
void |
ImportRestApiResult.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
void |
GetRestApiResult.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
void |
GetDomainNameResult.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
void |
CreateRestApiResult.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
void |
CreateDomainNameResult.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
void |
CreateDomainNameRequest.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
void |
DomainName.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
void |
CreateRestApiRequest.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
RestApi |
RestApi.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
UpdateRestApiResult |
UpdateRestApiResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
PutRestApiResult |
PutRestApiResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
ImportRestApiResult |
ImportRestApiResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
GetRestApiResult |
GetRestApiResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
GetDomainNameResult |
GetDomainNameResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
CreateRestApiResult |
CreateRestApiResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
CreateDomainNameResult |
CreateDomainNameResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
CreateDomainNameRequest |
CreateDomainNameRequest.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
DomainName |
DomainName.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
CreateRestApiRequest |
CreateRestApiRequest.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
Copyright © 2023. All rights reserved.