| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie |
|
| software.amazon.awssdk.services.macie.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListS3ResourcesResponse |
MacieClient.listS3Resources(Consumer<ListS3ResourcesRequest.Builder> listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie.
|
default ListS3ResourcesResponse |
MacieClient.listS3Resources(ListS3ResourcesRequest listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListS3ResourcesResponse> |
MacieAsyncClient.listS3Resources(Consumer<ListS3ResourcesRequest.Builder> listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie.
|
default CompletableFuture<ListS3ResourcesResponse> |
MacieAsyncClient.listS3Resources(ListS3ResourcesRequest listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListS3ResourcesResponse> |
ListS3ResourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListS3ResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListS3ResourcesResponse> subscriber) |
Copyright © 2019. All rights reserved.