Uses of Class
software.amazon.awssdk.services.auditmanager.model.GetAssessmentFrameworkResponse
-
Packages that use GetAssessmentFrameworkResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference. -
-
Uses of GetAssessmentFrameworkResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return GetAssessmentFrameworkResponse Modifier and Type Method Description default GetAssessmentFrameworkResponseAuditManagerClient. getAssessmentFramework(Consumer<GetAssessmentFrameworkRequest.Builder> getAssessmentFrameworkRequest)Gets information about a specified framework.default GetAssessmentFrameworkResponseAuditManagerClient. getAssessmentFramework(GetAssessmentFrameworkRequest getAssessmentFrameworkRequest)Gets information about a specified framework.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type GetAssessmentFrameworkResponse Modifier and Type Method Description default CompletableFuture<GetAssessmentFrameworkResponse>AuditManagerAsyncClient. getAssessmentFramework(Consumer<GetAssessmentFrameworkRequest.Builder> getAssessmentFrameworkRequest)Gets information about a specified framework.default CompletableFuture<GetAssessmentFrameworkResponse>AuditManagerAsyncClient. getAssessmentFramework(GetAssessmentFrameworkRequest getAssessmentFrameworkRequest)Gets information about a specified framework.
-