Uses of Class
software.amazon.awssdk.services.macie2.model.CustomDataIdentifierSummary
-
Packages that use CustomDataIdentifierSummary Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of CustomDataIdentifierSummary in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type CustomDataIdentifierSummary Modifier and Type Method Description List<CustomDataIdentifierSummary>ListCustomDataIdentifiersResponse. items()An array of objects, one for each custom data identifier.Methods in software.amazon.awssdk.services.macie2.model with parameters of type CustomDataIdentifierSummary Modifier and Type Method Description ListCustomDataIdentifiersResponse.BuilderListCustomDataIdentifiersResponse.Builder. items(CustomDataIdentifierSummary... items)An array of objects, one for each custom data identifier.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type CustomDataIdentifierSummary Modifier and Type Method Description ListCustomDataIdentifiersResponse.BuilderListCustomDataIdentifiersResponse.Builder. items(Collection<CustomDataIdentifierSummary> items)An array of objects, one for each custom data identifier. -
Uses of CustomDataIdentifierSummary in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type CustomDataIdentifierSummary Modifier and Type Method Description SdkIterable<CustomDataIdentifierSummary>ListCustomDataIdentifiersIterable. items()Returns an iterable to iterate through the paginatedListCustomDataIdentifiersResponse.items()member.SdkPublisher<CustomDataIdentifierSummary>ListCustomDataIdentifiersPublisher. items()Returns a publisher that can be used to get a stream of data.
-