| Package | Description |
|---|---|
| com.amazonaws.services.macie |
|
| com.amazonaws.services.macie.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListS3ResourcesResult> |
AmazonMacieAsync.listS3ResourcesAsync(ListS3ResourcesRequest listS3ResourcesRequest,
AsyncHandler<ListS3ResourcesRequest,ListS3ResourcesResult> asyncHandler)
Lists all the S3 resources associated with Amazon Macie.
|
Future<ListS3ResourcesResult> |
AmazonMacieAsyncClient.listS3ResourcesAsync(ListS3ResourcesRequest request,
AsyncHandler<ListS3ResourcesRequest,ListS3ResourcesResult> asyncHandler) |
Future<ListS3ResourcesResult> |
AbstractAmazonMacieAsync.listS3ResourcesAsync(ListS3ResourcesRequest request,
AsyncHandler<ListS3ResourcesRequest,ListS3ResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListS3ResourcesRequest |
ListS3ResourcesRequest.clone() |
ListS3ResourcesRequest |
ListS3ResourcesRequest.withMaxResults(Integer maxResults)
Use this parameter to indicate the maximum number of items that you want in the response.
|
ListS3ResourcesRequest |
ListS3ResourcesRequest.withMemberAccountId(String memberAccountId)
The Amazon Macie member account ID whose associated S3 resources you want to list.
|
ListS3ResourcesRequest |
ListS3ResourcesRequest.withNextToken(String nextToken)
Use this parameter when paginating results.
|
Copyright © 2020. All rights reserved.