Uses of Class
software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
Packages that use EndpointConfiguration
-
Uses of EndpointConfiguration in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return EndpointConfigurationModifier and TypeMethodDescriptionfinal EndpointConfigurationCreateDomainNameRequest.endpointConfiguration()The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.final EndpointConfigurationCreateDomainNameResponse.endpointConfiguration()The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.final EndpointConfigurationCreateRestApiRequest.endpointConfiguration()The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.final EndpointConfigurationCreateRestApiResponse.endpointConfiguration()The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.final EndpointConfigurationDomainName.endpointConfiguration()The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.final EndpointConfigurationGetDomainNameResponse.endpointConfiguration()The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.final EndpointConfigurationGetRestApiResponse.endpointConfiguration()The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.final EndpointConfigurationImportRestApiResponse.endpointConfiguration()The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.final EndpointConfigurationPutRestApiResponse.endpointConfiguration()The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.final EndpointConfigurationRestApi.endpointConfiguration()The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.final EndpointConfigurationUpdateDomainNameResponse.endpointConfiguration()The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.final EndpointConfigurationUpdateRestApiResponse.endpointConfiguration()The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type EndpointConfigurationModifier and TypeMethodDescriptionCreateDomainNameRequest.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.CreateDomainNameResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.CreateRestApiRequest.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.CreateRestApiResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.DomainName.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.GetDomainNameResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.GetRestApiResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.ImportRestApiResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.PutRestApiResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.RestApi.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.UpdateDomainNameResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.UpdateRestApiResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.