Uses of Interface
software.amazon.awssdk.services.apigateway.model.EndpointConfiguration.Builder
Packages that use EndpointConfiguration.Builder
-
Uses of EndpointConfiguration.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return EndpointConfiguration.BuilderModifier and TypeMethodDescriptionEndpointConfiguration.builder()EndpointConfiguration.Builder.ipAddressType(String ipAddressType) The IP address types that can invoke an API (RestApi) or a DomainName.EndpointConfiguration.Builder.ipAddressType(IpAddressType ipAddressType) The IP address types that can invoke an API (RestApi) or a DomainName.EndpointConfiguration.toBuilder()EndpointConfiguration.Builder.types(Collection<EndpointType> types) A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).EndpointConfiguration.Builder.types(EndpointType... types) A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).EndpointConfiguration.Builder.typesWithStrings(String... types) A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).EndpointConfiguration.Builder.typesWithStrings(Collection<String> types) A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).EndpointConfiguration.Builder.vpcEndpointIds(String... vpcEndpointIds) A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.EndpointConfiguration.Builder.vpcEndpointIds(Collection<String> vpcEndpointIds) A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type EndpointConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EndpointConfiguration.Builder>EndpointConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type EndpointConfiguration.BuilderModifier and TypeMethodDescriptiondefault CreateDomainNameRequest.BuilderCreateDomainNameRequest.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.default CreateDomainNameResponse.BuilderCreateDomainNameResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.default CreateRestApiRequest.BuilderCreateRestApiRequest.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.default CreateRestApiResponse.BuilderCreateRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.default DomainName.BuilderDomainName.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.default GetDomainNameResponse.BuilderGetDomainNameResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.default GetRestApiResponse.BuilderGetRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.default ImportRestApiResponse.BuilderImportRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.default PutRestApiResponse.BuilderPutRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.default RestApi.BuilderRestApi.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.default UpdateDomainNameResponse.BuilderUpdateDomainNameResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.default UpdateRestApiResponse.BuilderUpdateRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.