Uses of Class
software.amazon.awssdk.services.iot.model.PackageVersionAction
-
Packages that use PackageVersionAction Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PackageVersionAction in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return PackageVersionAction Modifier and Type Method Description PackageVersionActionUpdatePackageVersionRequest. action()The status that the package version should be assigned.static PackageVersionActionPackageVersionAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PackageVersionActionPackageVersionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageVersionAction[]PackageVersionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PackageVersionAction Modifier and Type Method Description static Set<PackageVersionAction>PackageVersionAction. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type PackageVersionAction Modifier and Type Method Description UpdatePackageVersionRequest.BuilderUpdatePackageVersionRequest.Builder. action(PackageVersionAction action)The status that the package version should be assigned.
-