Uses of Class
software.amazon.awssdk.services.workspaces.model.ClientDeviceType
-
Packages that use ClientDeviceType Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of ClientDeviceType in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return ClientDeviceType Modifier and Type Method Description static ClientDeviceTypeClientDeviceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClientDeviceTypeClientDeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientDeviceType[]ClientDeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type ClientDeviceType Modifier and Type Method Description static Set<ClientDeviceType>ClientDeviceType. knownValues()List<ClientDeviceType>DeleteClientBrandingRequest. platforms()The device type for which you want to delete client branding.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type ClientDeviceType Modifier and Type Method Description DeleteClientBrandingRequest.BuilderDeleteClientBrandingRequest.Builder. platforms(ClientDeviceType... platforms)The device type for which you want to delete client branding.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type ClientDeviceType Modifier and Type Method Description DeleteClientBrandingRequest.BuilderDeleteClientBrandingRequest.Builder. platforms(Collection<ClientDeviceType> platforms)The device type for which you want to delete client branding.
-