Uses of Class
software.amazon.awssdk.services.macie2.model.ClassificationScopeSummary
-
Packages that use ClassificationScopeSummary Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of ClassificationScopeSummary in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ClassificationScopeSummary Modifier and Type Method Description List<ClassificationScopeSummary>ListClassificationScopesResponse. classificationScopes()An array that specifies the unique identifier and name of the classification scope for the account.Methods in software.amazon.awssdk.services.macie2.model with parameters of type ClassificationScopeSummary Modifier and Type Method Description ListClassificationScopesResponse.BuilderListClassificationScopesResponse.Builder. classificationScopes(ClassificationScopeSummary... classificationScopes)An array that specifies the unique identifier and name of the classification scope for the account.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type ClassificationScopeSummary Modifier and Type Method Description ListClassificationScopesResponse.BuilderListClassificationScopesResponse.Builder. classificationScopes(Collection<ClassificationScopeSummary> classificationScopes)An array that specifies the unique identifier and name of the classification scope for the account. -
Uses of ClassificationScopeSummary in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type ClassificationScopeSummary Modifier and Type Method Description SdkIterable<ClassificationScopeSummary>ListClassificationScopesIterable. classificationScopes()Returns an iterable to iterate through the paginatedListClassificationScopesResponse.classificationScopes()member.SdkPublisher<ClassificationScopeSummary>ListClassificationScopesPublisher. classificationScopes()Returns a publisher that can be used to get a stream of data.
-