Uses of Class
software.amazon.awssdk.services.datazone.model.GroupProfileStatus
-
Packages that use GroupProfileStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GroupProfileStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GroupProfileStatus Modifier and Type Method Description static GroupProfileStatusGroupProfileStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupProfileStatusCreateGroupProfileResponse. status()The status of the group profile.GroupProfileStatusGetGroupProfileResponse. status()The identifier of the group profile.GroupProfileStatusGroupProfileSummary. status()The status of a group profile.GroupProfileStatusUpdateGroupProfileRequest. status()The status of the group profile that is updated.GroupProfileStatusUpdateGroupProfileResponse. status()The status of the group profile that is updated.static GroupProfileStatusGroupProfileStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupProfileStatus[]GroupProfileStatus. 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 GroupProfileStatus Modifier and Type Method Description static Set<GroupProfileStatus>GroupProfileStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type GroupProfileStatus Modifier and Type Method Description CreateGroupProfileResponse.BuilderCreateGroupProfileResponse.Builder. status(GroupProfileStatus status)The status of the group profile.GetGroupProfileResponse.BuilderGetGroupProfileResponse.Builder. status(GroupProfileStatus status)The identifier of the group profile.GroupProfileSummary.BuilderGroupProfileSummary.Builder. status(GroupProfileStatus status)The status of a group profile.UpdateGroupProfileRequest.BuilderUpdateGroupProfileRequest.Builder. status(GroupProfileStatus status)The status of the group profile that is updated.UpdateGroupProfileResponse.BuilderUpdateGroupProfileResponse.Builder. status(GroupProfileStatus status)The status of the group profile that is updated.
-