Uses of Class
software.amazon.awssdk.services.macie2.model.GetClassificationScopeResponse
-
Packages that use GetClassificationScopeResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of GetClassificationScopeResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return GetClassificationScopeResponse Modifier and Type Method Description default GetClassificationScopeResponseMacie2Client. getClassificationScope(Consumer<GetClassificationScopeRequest.Builder> getClassificationScopeRequest)Retrieves the classification scope settings for an account.default GetClassificationScopeResponseMacie2Client. getClassificationScope(GetClassificationScopeRequest getClassificationScopeRequest)Retrieves the classification scope settings for an account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type GetClassificationScopeResponse Modifier and Type Method Description default CompletableFuture<GetClassificationScopeResponse>Macie2AsyncClient. getClassificationScope(Consumer<GetClassificationScopeRequest.Builder> getClassificationScopeRequest)Retrieves the classification scope settings for an account.default CompletableFuture<GetClassificationScopeResponse>Macie2AsyncClient. getClassificationScope(GetClassificationScopeRequest getClassificationScopeRequest)Retrieves the classification scope settings for an account.
-