Uses of Class
software.amazon.awssdk.services.proton.model.DeploymentTargetResourceType
-
Packages that use DeploymentTargetResourceType Package Description software.amazon.awssdk.services.proton.model -
-
Uses of DeploymentTargetResourceType in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return DeploymentTargetResourceType Modifier and Type Method Description static DeploymentTargetResourceTypeDeploymentTargetResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeploymentTargetResourceTypeDeployment. targetResourceType()The resource type of the deployment target.DeploymentTargetResourceTypeDeploymentSummary. targetResourceType()The resource type of the deployment target.static DeploymentTargetResourceTypeDeploymentTargetResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentTargetResourceType[]DeploymentTargetResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type DeploymentTargetResourceType Modifier and Type Method Description static Set<DeploymentTargetResourceType>DeploymentTargetResourceType. knownValues()Methods in software.amazon.awssdk.services.proton.model with parameters of type DeploymentTargetResourceType Modifier and Type Method Description Deployment.BuilderDeployment.Builder. targetResourceType(DeploymentTargetResourceType targetResourceType)The resource type of the deployment target.DeploymentSummary.BuilderDeploymentSummary.Builder. targetResourceType(DeploymentTargetResourceType targetResourceType)The resource type of the deployment target.
-