Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.EndpointStatus
-
Packages that use EndpointStatus Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of EndpointStatus in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return EndpointStatus Modifier and Type Method Description static EndpointStatusEndpointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EndpointStatusEndpointState. status()Enum that indicates the Status of anAppInstanceUserEndpoint.static EndpointStatusEndpointStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointStatus[]EndpointStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkidentity.model that return types with arguments of type EndpointStatus Modifier and Type Method Description static Set<EndpointStatus>EndpointStatus. knownValues()Methods in software.amazon.awssdk.services.chimesdkidentity.model with parameters of type EndpointStatus Modifier and Type Method Description EndpointState.BuilderEndpointState.Builder. status(EndpointStatus status)Enum that indicates the Status of anAppInstanceUserEndpoint.
-