| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static PermissionType |
PermissionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PermissionType |
UpdateWorkloadShareRequest.permissionType()
Returns the value of the PermissionType property for this object.
|
PermissionType |
CreateWorkloadShareRequest.permissionType()
Returns the value of the PermissionType property for this object.
|
PermissionType |
WorkloadShareSummary.permissionType()
Returns the value of the PermissionType property for this object.
|
PermissionType |
WorkloadShare.permissionType()
Returns the value of the PermissionType property for this object.
|
PermissionType |
ShareInvitationSummary.permissionType()
Returns the value of the PermissionType property for this object.
|
static PermissionType |
PermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionType[] |
PermissionType.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<PermissionType> |
PermissionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkloadShareRequest.Builder |
UpdateWorkloadShareRequest.Builder.permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.
|
CreateWorkloadShareRequest.Builder |
CreateWorkloadShareRequest.Builder.permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.
|
WorkloadShareSummary.Builder |
WorkloadShareSummary.Builder.permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.
|
WorkloadShare.Builder |
WorkloadShare.Builder.permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.
|
ShareInvitationSummary.Builder |
ShareInvitationSummary.Builder.permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.
|
Copyright © 2023. All rights reserved.