Uses of Class
software.amazon.awssdk.services.macie.model.ListS3ResourcesResponse
-
Packages that use ListS3ResourcesResponse Package Description software.amazon.awssdk.services.macie Amazon Macie Classic software.amazon.awssdk.services.macie.paginators -
-
Uses of ListS3ResourcesResponse in software.amazon.awssdk.services.macie
Methods in software.amazon.awssdk.services.macie that return ListS3ResourcesResponse Modifier and Type Method Description default ListS3ResourcesResponseMacieClient. listS3Resources(Consumer<ListS3ResourcesRequest.Builder> listS3ResourcesRequest)(Discontinued) Lists all the S3 resources associated with Amazon Macie Classic.default ListS3ResourcesResponseMacieClient. listS3Resources(ListS3ResourcesRequest listS3ResourcesRequest)(Discontinued) Lists all the S3 resources associated with Amazon Macie Classic.Methods in software.amazon.awssdk.services.macie that return types with arguments of type ListS3ResourcesResponse Modifier and Type Method Description default CompletableFuture<ListS3ResourcesResponse>MacieAsyncClient. listS3Resources(Consumer<ListS3ResourcesRequest.Builder> listS3ResourcesRequest)(Discontinued) Lists all the S3 resources associated with Amazon Macie Classic.default CompletableFuture<ListS3ResourcesResponse>MacieAsyncClient. listS3Resources(ListS3ResourcesRequest listS3ResourcesRequest)(Discontinued) Lists all the S3 resources associated with Amazon Macie Classic. -
Uses of ListS3ResourcesResponse in software.amazon.awssdk.services.macie.paginators
Methods in software.amazon.awssdk.services.macie.paginators that return types with arguments of type ListS3ResourcesResponse Modifier and Type Method Description Iterator<ListS3ResourcesResponse>ListS3ResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.macie.paginators with type arguments of type ListS3ResourcesResponse Modifier and Type Method Description voidListS3ResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListS3ResourcesResponse> subscriber)
-