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()Deprecated.You can't specify services in scope when creating/updating an 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)Deprecated.You can't specify services in scope when creating/updating an 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)Deprecated.You can't specify services in scope when creating/updating an assessment.
-