Uses of Class
software.amazon.awssdk.services.macie2.model.ResourceProfileArtifact
-
Packages that use ResourceProfileArtifact Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of ResourceProfileArtifact in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ResourceProfileArtifact Modifier and Type Method Description List<ResourceProfileArtifact>ListResourceProfileArtifactsResponse. artifacts()An array of objects, one for each of 1-100 S3 objects that Amazon Macie selected for analysis.Methods in software.amazon.awssdk.services.macie2.model with parameters of type ResourceProfileArtifact Modifier and Type Method Description ListResourceProfileArtifactsResponse.BuilderListResourceProfileArtifactsResponse.Builder. artifacts(ResourceProfileArtifact... artifacts)An array of objects, one for each of 1-100 S3 objects that Amazon Macie selected for analysis.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type ResourceProfileArtifact Modifier and Type Method Description ListResourceProfileArtifactsResponse.BuilderListResourceProfileArtifactsResponse.Builder. artifacts(Collection<ResourceProfileArtifact> artifacts)An array of objects, one for each of 1-100 S3 objects that Amazon Macie selected for analysis. -
Uses of ResourceProfileArtifact in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type ResourceProfileArtifact Modifier and Type Method Description SdkIterable<ResourceProfileArtifact>ListResourceProfileArtifactsIterable. artifacts()Returns an iterable to iterate through the paginatedListResourceProfileArtifactsResponse.artifacts()member.SdkPublisher<ResourceProfileArtifact>ListResourceProfileArtifactsPublisher. artifacts()Returns a publisher that can be used to get a stream of data.
-