Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ShareResourceType
-
Packages that use ShareResourceType Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ShareResourceType in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ShareResourceType Modifier and Type Method Description static ShareResourceTypeShareResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShareResourceTypeListShareInvitationsRequest. shareResourceType()The type of share invitations to be returned.ShareResourceTypeShareInvitation. shareResourceType()The resource type of the share invitation.ShareResourceTypeShareInvitationSummary. shareResourceType()The resource type of the share invitation.static ShareResourceTypeShareResourceType. 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.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ShareResourceType Modifier and Type Method Description static Set<ShareResourceType>ShareResourceType. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ShareResourceType Modifier and Type Method Description ListShareInvitationsRequest.BuilderListShareInvitationsRequest.Builder. shareResourceType(ShareResourceType shareResourceType)The type of share invitations to be returned.ShareInvitation.BuilderShareInvitation.Builder. shareResourceType(ShareResourceType shareResourceType)The resource type of the share invitation.ShareInvitationSummary.BuilderShareInvitationSummary.Builder. shareResourceType(ShareResourceType shareResourceType)The resource type of the share invitation.
-