Uses of Class
software.amazon.awssdk.services.datazone.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of Status in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return Status Modifier and Type Method Description static StatusStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusCreateProjectProfileRequest. status()Project profile status.StatusCreateProjectProfileResponse. status()Project profile status.StatusGetProjectProfileResponse. status()The status of the project profile.StatusProjectProfileSummary. status()The status of a project profile.StatusUpdateProjectProfileRequest. status()The status of a project profile.StatusUpdateProjectProfileResponse. status()The status of the project profile.static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type Status Modifier and Type Method Description static Set<Status>Status. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type Status Modifier and Type Method Description CreateProjectProfileRequest.BuilderCreateProjectProfileRequest.Builder. status(Status status)Project profile status.CreateProjectProfileResponse.BuilderCreateProjectProfileResponse.Builder. status(Status status)Project profile status.GetProjectProfileResponse.BuilderGetProjectProfileResponse.Builder. status(Status status)The status of the project profile.ProjectProfileSummary.BuilderProjectProfileSummary.Builder. status(Status status)The status of a project profile.UpdateProjectProfileRequest.BuilderUpdateProjectProfileRequest.Builder. status(Status status)The status of a project profile.UpdateProjectProfileResponse.BuilderUpdateProjectProfileResponse.Builder. status(Status status)The status of the project profile.
-