Uses of Class
software.amazon.awssdk.services.greengrass.model.DeploymentType
-
Packages that use DeploymentType Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of DeploymentType in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return DeploymentType Modifier and Type Method Description DeploymentTypeBulkDeploymentResult. deploymentType()The type of the deployment.DeploymentTypeCreateDeploymentRequest. deploymentType()The type of deployment.DeploymentTypeDeployment. deploymentType()The type of the deployment.DeploymentTypeGetDeploymentStatusResponse. deploymentType()The type of the deployment.static DeploymentTypeDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentTypeDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentType[]DeploymentType. 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 DeploymentType Modifier and Type Method Description static Set<DeploymentType>DeploymentType. knownValues()Methods in software.amazon.awssdk.services.greengrass.model with parameters of type DeploymentType Modifier and Type Method Description BulkDeploymentResult.BuilderBulkDeploymentResult.Builder. deploymentType(DeploymentType deploymentType)The type of the deployment.CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. deploymentType(DeploymentType deploymentType)The type of deployment.Deployment.BuilderDeployment.Builder. deploymentType(DeploymentType deploymentType)The type of the deployment.GetDeploymentStatusResponse.BuilderGetDeploymentStatusResponse.Builder. deploymentType(DeploymentType deploymentType)The type of the deployment.
-