| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareResourceType |
ShareResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShareResourceType |
ListShareInvitationsRequest.shareResourceType()
The type of share invitations to be returned.
|
ShareResourceType |
ShareInvitation.shareResourceType()
The resource type of the share invitation.
|
ShareResourceType |
ShareInvitationSummary.shareResourceType()
The resource type of the share invitation.
|
static ShareResourceType |
ShareResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareResourceType[] |
ShareResourceType.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<ShareResourceType> |
ShareResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListShareInvitationsRequest.Builder |
ListShareInvitationsRequest.Builder.shareResourceType(ShareResourceType shareResourceType)
The type of share invitations to be returned.
|
ShareInvitation.Builder |
ShareInvitation.Builder.shareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
|
ShareInvitationSummary.Builder |
ShareInvitationSummary.Builder.shareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
|
Copyright © 2023. All rights reserved.