Uses of Class
software.amazon.awssdk.services.panorama.model.PackageImportJobStatus
-
Packages that use PackageImportJobStatus Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of PackageImportJobStatus in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return PackageImportJobStatus Modifier and Type Method Description static PackageImportJobStatusPackageImportJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PackageImportJobStatusDescribePackageImportJobResponse. status()The job's status.PackageImportJobStatusPackageImportJob. status()The job's status.static PackageImportJobStatusPackageImportJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageImportJobStatus[]PackageImportJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type PackageImportJobStatus Modifier and Type Method Description static Set<PackageImportJobStatus>PackageImportJobStatus. knownValues()Methods in software.amazon.awssdk.services.panorama.model with parameters of type PackageImportJobStatus Modifier and Type Method Description DescribePackageImportJobResponse.BuilderDescribePackageImportJobResponse.Builder. status(PackageImportJobStatus status)The job's status.PackageImportJob.BuilderPackageImportJob.Builder. status(PackageImportJobStatus status)The job's status.
-