Uses of Class
software.amazon.awssdk.services.auditmanager.model.AssessmentFrameworkShareRequest
-
Packages that use AssessmentFrameworkShareRequest Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of AssessmentFrameworkShareRequest in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return AssessmentFrameworkShareRequest Modifier and Type Method Description AssessmentFrameworkShareRequestStartAssessmentFrameworkShareResponse. assessmentFrameworkShareRequest()The share request that's created by theStartAssessmentFrameworkShareAPI.AssessmentFrameworkShareRequestUpdateAssessmentFrameworkShareResponse. assessmentFrameworkShareRequest()The updated share request that's returned by theUpdateAssessmentFrameworkShareoperation.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type AssessmentFrameworkShareRequest Modifier and Type Method Description List<AssessmentFrameworkShareRequest>ListAssessmentFrameworkShareRequestsResponse. assessmentFrameworkShareRequests()The list of share requests that theListAssessmentFrameworkShareRequestsAPI returned.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type AssessmentFrameworkShareRequest Modifier and Type Method Description StartAssessmentFrameworkShareResponse.BuilderStartAssessmentFrameworkShareResponse.Builder. assessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)The share request that's created by theStartAssessmentFrameworkShareAPI.UpdateAssessmentFrameworkShareResponse.BuilderUpdateAssessmentFrameworkShareResponse.Builder. assessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)The updated share request that's returned by theUpdateAssessmentFrameworkShareoperation.ListAssessmentFrameworkShareRequestsResponse.BuilderListAssessmentFrameworkShareRequestsResponse.Builder. assessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)The list of share requests that theListAssessmentFrameworkShareRequestsAPI returned.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type AssessmentFrameworkShareRequest Modifier and Type Method Description ListAssessmentFrameworkShareRequestsResponse.BuilderListAssessmentFrameworkShareRequestsResponse.Builder. assessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)The list of share requests that theListAssessmentFrameworkShareRequestsAPI returned.
-