Uses of Class
software.amazon.awssdk.services.auditmanager.model.ShareRequestType
-
Packages that use ShareRequestType Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ShareRequestType in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ShareRequestType Modifier and Type Method Description static ShareRequestTypeShareRequestType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShareRequestTypeDeleteAssessmentFrameworkShareRequest. requestType()Specifies whether the share request is a sent request or a received request.ShareRequestTypeListAssessmentFrameworkShareRequestsRequest. requestType()Specifies whether the share request is a sent request or a received request.ShareRequestTypeUpdateAssessmentFrameworkShareRequest. requestType()Specifies whether the share request is a sent request or a received request.static ShareRequestTypeShareRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareRequestType[]ShareRequestType. 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 ShareRequestType Modifier and Type Method Description static Set<ShareRequestType>ShareRequestType. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ShareRequestType Modifier and Type Method Description DeleteAssessmentFrameworkShareRequest.BuilderDeleteAssessmentFrameworkShareRequest.Builder. requestType(ShareRequestType requestType)Specifies whether the share request is a sent request or a received request.ListAssessmentFrameworkShareRequestsRequest.BuilderListAssessmentFrameworkShareRequestsRequest.Builder. requestType(ShareRequestType requestType)Specifies whether the share request is a sent request or a received request.UpdateAssessmentFrameworkShareRequest.BuilderUpdateAssessmentFrameworkShareRequest.Builder. requestType(ShareRequestType requestType)Specifies whether the share request is a sent request or a received request.
-