| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static GroupProfileStatus |
GroupProfileStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GroupProfileStatus |
UpdateGroupProfileRequest.status()
The status of the group profile that is updated.
|
GroupProfileStatus |
UpdateGroupProfileResponse.status()
The status of the group profile that is updated.
|
GroupProfileStatus |
GetGroupProfileResponse.status()
The identifier of the group profile.
|
GroupProfileStatus |
GroupProfileSummary.status()
The status of a group profile.
|
GroupProfileStatus |
CreateGroupProfileResponse.status()
The status of the group profile.
|
static GroupProfileStatus |
GroupProfileStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<GroupProfileStatus> |
GroupProfileStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupProfileRequest.Builder |
UpdateGroupProfileRequest.Builder.status(GroupProfileStatus status)
The status of the group profile that is updated.
|
UpdateGroupProfileResponse.Builder |
UpdateGroupProfileResponse.Builder.status(GroupProfileStatus status)
The status of the group profile that is updated.
|
GetGroupProfileResponse.Builder |
GetGroupProfileResponse.Builder.status(GroupProfileStatus status)
The identifier of the group profile.
|
GroupProfileSummary.Builder |
GroupProfileSummary.Builder.status(GroupProfileStatus status)
The status of a group profile.
|
CreateGroupProfileResponse.Builder |
CreateGroupProfileResponse.Builder.status(GroupProfileStatus status)
The status of the group profile.
|
Copyright © 2023. All rights reserved.