| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static UserProfileType |
UserProfileType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UserProfileType |
GetUserProfileResponse.type()
The type of the user profile.
|
UserProfileType |
GetUserProfileRequest.type()
The type of the user profile.
|
UserProfileType |
UpdateUserProfileRequest.type()
The type of the user profile that are to be updated.
|
UserProfileType |
UpdateUserProfileResponse.type()
The type of the user profile.
|
UserProfileType |
UserProfileSummary.type()
The type of the user profile.
|
UserProfileType |
CreateUserProfileResponse.type()
The type of the user profile.
|
static UserProfileType |
UserProfileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProfileType[] |
UserProfileType.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<UserProfileType> |
UserProfileType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetUserProfileResponse.Builder |
GetUserProfileResponse.Builder.type(UserProfileType type)
The type of the user profile.
|
GetUserProfileRequest.Builder |
GetUserProfileRequest.Builder.type(UserProfileType type)
The type of the user profile.
|
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.type(UserProfileType type)
The type of the user profile that are to be updated.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.type(UserProfileType type)
The type of the user profile.
|
UserProfileSummary.Builder |
UserProfileSummary.Builder.type(UserProfileType type)
The type of the user profile.
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.Builder.type(UserProfileType type)
The type of the user profile.
|
Copyright © 2023. All rights reserved.