Uses of Class
software.amazon.awssdk.services.auditmanager.model.GetServicesInScopeResponse
-
Packages that use GetServicesInScopeResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference. -
-
Uses of GetServicesInScopeResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return GetServicesInScopeResponse Modifier and Type Method Description default GetServicesInScopeResponseAuditManagerClient. getServicesInScope(Consumer<GetServicesInScopeRequest.Builder> getServicesInScopeRequest)Gets a list of all of the Amazon Web Services that you can choose to include in your assessment.default GetServicesInScopeResponseAuditManagerClient. getServicesInScope(GetServicesInScopeRequest getServicesInScopeRequest)Gets a list of all of the Amazon Web Services that you can choose to include in your assessment.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type GetServicesInScopeResponse Modifier and Type Method Description default CompletableFuture<GetServicesInScopeResponse>AuditManagerAsyncClient. getServicesInScope(Consumer<GetServicesInScopeRequest.Builder> getServicesInScopeRequest)Gets a list of all of the Amazon Web Services that you can choose to include in your assessment.default CompletableFuture<GetServicesInScopeResponse>AuditManagerAsyncClient. getServicesInScope(GetServicesInScopeRequest getServicesInScopeRequest)Gets a list of all of the Amazon Web Services that you can choose to include in your assessment.
-