Uses of Class
software.amazon.awssdk.services.greengrass.model.BulkDeploymentStatus
-
Packages that use BulkDeploymentStatus Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of BulkDeploymentStatus in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return BulkDeploymentStatus Modifier and Type Method Description BulkDeploymentStatusGetBulkDeploymentStatusResponse. bulkDeploymentStatus()The status of the bulk deployment.static BulkDeploymentStatusBulkDeploymentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BulkDeploymentStatusBulkDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BulkDeploymentStatus[]BulkDeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type BulkDeploymentStatus Modifier and Type Method Description static Set<BulkDeploymentStatus>BulkDeploymentStatus. knownValues()Methods in software.amazon.awssdk.services.greengrass.model with parameters of type BulkDeploymentStatus Modifier and Type Method Description GetBulkDeploymentStatusResponse.BuilderGetBulkDeploymentStatusResponse.Builder. bulkDeploymentStatus(BulkDeploymentStatus bulkDeploymentStatus)The status of the bulk deployment.
-