Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ShareInvitationAction
-
Packages that use ShareInvitationAction Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ShareInvitationAction in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ShareInvitationAction Modifier and Type Method Description static ShareInvitationActionShareInvitationAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShareInvitationActionUpdateShareInvitationRequest. shareInvitationAction()Returns the value of the ShareInvitationAction property for this object.static ShareInvitationActionShareInvitationAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareInvitationAction[]ShareInvitationAction. 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 ShareInvitationAction Modifier and Type Method Description static Set<ShareInvitationAction>ShareInvitationAction. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ShareInvitationAction Modifier and Type Method Description UpdateShareInvitationRequest.BuilderUpdateShareInvitationRequest.Builder. shareInvitationAction(ShareInvitationAction shareInvitationAction)Sets the value of the ShareInvitationAction property for this object.
-