Uses of Class
software.amazon.awssdk.services.connect.model.EndpointType
-
Packages that use EndpointType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EndpointType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EndpointTypeEndpoint. type()Type of the endpoint.static EndpointTypeEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointType[]EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EndpointType Modifier and Type Method Description static Set<EndpointType>EndpointType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type EndpointType Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. type(EndpointType type)Type of the endpoint.
-