Uses of Class
software.amazon.awssdk.services.auditmanager.model.AWSService
-
Packages that use AWSService Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of AWSService in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type AWSService Modifier and Type Method Description List<AWSService>Scope. awsServices()The Amazon Web Services services that are included in the scope of the assessment.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type AWSService Modifier and Type Method Description Scope.BuilderScope.Builder. awsServices(AWSService... awsServices)The Amazon Web Services services that are included in the scope of the assessment.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type AWSService Modifier and Type Method Description Scope.BuilderScope.Builder. awsServices(Collection<AWSService> awsServices)The Amazon Web Services services that are included in the scope of the assessment.
-