Uses of Class
software.amazon.awssdk.services.appstream.model.PackagingType
-
Packages that use PackagingType Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of PackagingType in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return PackagingType Modifier and Type Method Description static PackagingTypePackagingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PackagingTypeAppBlock. packagingType()The packaging type of the app block.PackagingTypeCreateAppBlockRequest. packagingType()The packaging type of the app block.static PackagingTypePackagingType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackagingType[]PackagingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type PackagingType Modifier and Type Method Description static Set<PackagingType>PackagingType. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type PackagingType Modifier and Type Method Description AppBlock.BuilderAppBlock.Builder. packagingType(PackagingType packagingType)The packaging type of the app block.CreateAppBlockRequest.BuilderCreateAppBlockRequest.Builder. packagingType(PackagingType packagingType)The packaging type of the app block.
-