Package | Description |
---|---|
com.amazonaws.services.macie |
|
com.amazonaws.services.macie.model |
Modifier and Type | Method and Description |
---|---|
ListS3ResourcesResult |
AbstractAmazonMacie.listS3Resources(ListS3ResourcesRequest request) |
ListS3ResourcesResult |
AmazonMacie.listS3Resources(ListS3ResourcesRequest listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie Classic.
|
ListS3ResourcesResult |
AmazonMacieClient.listS3Resources(ListS3ResourcesRequest request)
Lists all the S3 resources associated with Amazon Macie Classic.
|
Modifier and Type | Method and Description |
---|---|
Future<ListS3ResourcesResult> |
AbstractAmazonMacieAsync.listS3ResourcesAsync(ListS3ResourcesRequest request,
AsyncHandler<ListS3ResourcesRequest,ListS3ResourcesResult> asyncHandler) |
Future<ListS3ResourcesResult> |
AmazonMacieAsyncClient.listS3ResourcesAsync(ListS3ResourcesRequest request,
AsyncHandler<ListS3ResourcesRequest,ListS3ResourcesResult> asyncHandler) |
Future<ListS3ResourcesResult> |
AmazonMacieAsync.listS3ResourcesAsync(ListS3ResourcesRequest listS3ResourcesRequest,
AsyncHandler<ListS3ResourcesRequest,ListS3ResourcesResult> asyncHandler)
Lists all the S3 resources associated with Amazon Macie Classic.
|
Modifier and Type | Method and Description |
---|---|
ListS3ResourcesResult |
ListS3ResourcesResult.clone() |
ListS3ResourcesResult |
ListS3ResourcesResult.withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and
contains the value to use for the nextToken parameter in a subsequent pagination request.
|
ListS3ResourcesResult |
ListS3ResourcesResult.withS3Resources(Collection<S3ResourceClassification> s3Resources)
A list of the associated S3 resources returned by the action.
|
ListS3ResourcesResult |
ListS3ResourcesResult.withS3Resources(S3ResourceClassification... s3Resources)
A list of the associated S3 resources returned by the action.
|
Copyright © 2021. All rights reserved.