Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.EndpointStatusReason
-
Packages that use EndpointStatusReason Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of EndpointStatusReason in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return EndpointStatusReason Modifier and Type Method Description static EndpointStatusReasonEndpointStatusReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EndpointStatusReasonEndpointState. statusReason()The reason for theEndpointStatus.static EndpointStatusReasonEndpointStatusReason. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointStatusReason[]EndpointStatusReason. 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 EndpointStatusReason Modifier and Type Method Description static Set<EndpointStatusReason>EndpointStatusReason. knownValues()Methods in software.amazon.awssdk.services.chimesdkidentity.model with parameters of type EndpointStatusReason Modifier and Type Method Description EndpointState.BuilderEndpointState.Builder. statusReason(EndpointStatusReason statusReason)The reason for theEndpointStatus.
-