Uses of Class
software.amazon.awssdk.services.workspaces.model.IosClientBrandingAttributes
-
Packages that use IosClientBrandingAttributes Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of IosClientBrandingAttributes in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return IosClientBrandingAttributes Modifier and Type Method Description IosClientBrandingAttributesDescribeClientBrandingResponse. deviceTypeIos()The branding information for iOS devices.IosClientBrandingAttributesImportClientBrandingResponse. deviceTypeIos()The branding information configured for iOS devices.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type IosClientBrandingAttributes Modifier and Type Method Description DescribeClientBrandingResponse.BuilderDescribeClientBrandingResponse.Builder. deviceTypeIos(IosClientBrandingAttributes deviceTypeIos)The branding information for iOS devices.ImportClientBrandingResponse.BuilderImportClientBrandingResponse.Builder. deviceTypeIos(IosClientBrandingAttributes deviceTypeIos)The branding information configured for iOS devices.
-