Uses of Class
software.amazon.awssdk.services.macie2.model.MatchingResource
-
Packages that use MatchingResource Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of MatchingResource in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type MatchingResource Modifier and Type Method Description List<MatchingResource>SearchResourcesResponse. matchingResources()An array of objects, one for each resource that matches the filter criteria specified in the request.Methods in software.amazon.awssdk.services.macie2.model with parameters of type MatchingResource Modifier and Type Method Description SearchResourcesResponse.BuilderSearchResourcesResponse.Builder. matchingResources(MatchingResource... matchingResources)An array of objects, one for each resource that matches the filter criteria specified in the request.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type MatchingResource Modifier and Type Method Description SearchResourcesResponse.BuilderSearchResourcesResponse.Builder. matchingResources(Collection<MatchingResource> matchingResources)An array of objects, one for each resource that matches the filter criteria specified in the request. -
Uses of MatchingResource in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type MatchingResource Modifier and Type Method Description SdkIterable<MatchingResource>SearchResourcesIterable. matchingResources()Returns an iterable to iterate through the paginatedSearchResourcesResponse.matchingResources()member.SdkPublisher<MatchingResource>SearchResourcesPublisher. matchingResources()Returns a publisher that can be used to get a stream of data.
-