Uses of Class
software.amazon.awssdk.services.auditmanager.model.ShareRequestAction
-
Packages that use ShareRequestAction Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ShareRequestAction in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ShareRequestAction Modifier and Type Method Description ShareRequestActionUpdateAssessmentFrameworkShareRequest. action()Specifies the update action for the share request.static ShareRequestActionShareRequestAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ShareRequestActionShareRequestAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareRequestAction[]ShareRequestAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ShareRequestAction Modifier and Type Method Description static Set<ShareRequestAction>ShareRequestAction. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ShareRequestAction Modifier and Type Method Description UpdateAssessmentFrameworkShareRequest.BuilderUpdateAssessmentFrameworkShareRequest.Builder. action(ShareRequestAction action)Specifies the update action for the share request.
-