Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.AppInstanceUserEndpointType
-
Packages that use AppInstanceUserEndpointType Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of AppInstanceUserEndpointType in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return AppInstanceUserEndpointType Modifier and Type Method Description static AppInstanceUserEndpointTypeAppInstanceUserEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppInstanceUserEndpointTypeAppInstanceUserEndpoint. type()The type of theAppInstanceUserEndpoint.AppInstanceUserEndpointTypeAppInstanceUserEndpointSummary. type()The type of theAppInstanceUserEndpoint.AppInstanceUserEndpointTypeRegisterAppInstanceUserEndpointRequest. type()The type of theAppInstanceUserEndpoint.static AppInstanceUserEndpointTypeAppInstanceUserEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppInstanceUserEndpointType[]AppInstanceUserEndpointType. 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 AppInstanceUserEndpointType Modifier and Type Method Description static Set<AppInstanceUserEndpointType>AppInstanceUserEndpointType. knownValues()Methods in software.amazon.awssdk.services.chimesdkidentity.model with parameters of type AppInstanceUserEndpointType Modifier and Type Method Description AppInstanceUserEndpoint.BuilderAppInstanceUserEndpoint.Builder. type(AppInstanceUserEndpointType type)The type of theAppInstanceUserEndpoint.AppInstanceUserEndpointSummary.BuilderAppInstanceUserEndpointSummary.Builder. type(AppInstanceUserEndpointType type)The type of theAppInstanceUserEndpoint.RegisterAppInstanceUserEndpointRequest.BuilderRegisterAppInstanceUserEndpointRequest.Builder. type(AppInstanceUserEndpointType type)The type of theAppInstanceUserEndpoint.
-