@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonMacieAsync extends AmazonMacie
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonMacieAsync
instead.
Amazon Macie Classic is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS. Macie Classic recognizes sensitive data such as personally identifiable information (PII) or intellectual property, and provides you with dashboards and alerts that give visibility into how this data is being accessed or moved. For more information, see the Amazon Macie Classic User Guide.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssociateMemberAccountResult> |
associateMemberAccountAsync(AssociateMemberAccountRequest associateMemberAccountRequest)
Associates a specified AWS account with Amazon Macie Classic as a member account.
|
Future<AssociateMemberAccountResult> |
associateMemberAccountAsync(AssociateMemberAccountRequest associateMemberAccountRequest,
AsyncHandler<AssociateMemberAccountRequest,AssociateMemberAccountResult> asyncHandler)
Associates a specified AWS account with Amazon Macie Classic as a member account.
|
Future<AssociateS3ResourcesResult> |
associateS3ResourcesAsync(AssociateS3ResourcesRequest associateS3ResourcesRequest)
Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification.
|
Future<AssociateS3ResourcesResult> |
associateS3ResourcesAsync(AssociateS3ResourcesRequest associateS3ResourcesRequest,
AsyncHandler<AssociateS3ResourcesRequest,AssociateS3ResourcesResult> asyncHandler)
Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification.
|
Future<DisassociateMemberAccountResult> |
disassociateMemberAccountAsync(DisassociateMemberAccountRequest disassociateMemberAccountRequest)
Removes the specified member account from Amazon Macie Classic.
|
Future<DisassociateMemberAccountResult> |
disassociateMemberAccountAsync(DisassociateMemberAccountRequest disassociateMemberAccountRequest,
AsyncHandler<DisassociateMemberAccountRequest,DisassociateMemberAccountResult> asyncHandler)
Removes the specified member account from Amazon Macie Classic.
|
Future<DisassociateS3ResourcesResult> |
disassociateS3ResourcesAsync(DisassociateS3ResourcesRequest disassociateS3ResourcesRequest)
Removes specified S3 resources from being monitored by Amazon Macie Classic.
|
Future<DisassociateS3ResourcesResult> |
disassociateS3ResourcesAsync(DisassociateS3ResourcesRequest disassociateS3ResourcesRequest,
AsyncHandler<DisassociateS3ResourcesRequest,DisassociateS3ResourcesResult> asyncHandler)
Removes specified S3 resources from being monitored by Amazon Macie Classic.
|
Future<ListMemberAccountsResult> |
listMemberAccountsAsync(ListMemberAccountsRequest listMemberAccountsRequest)
Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.
|
Future<ListMemberAccountsResult> |
listMemberAccountsAsync(ListMemberAccountsRequest listMemberAccountsRequest,
AsyncHandler<ListMemberAccountsRequest,ListMemberAccountsResult> asyncHandler)
Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.
|
Future<ListS3ResourcesResult> |
listS3ResourcesAsync(ListS3ResourcesRequest listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie Classic.
|
Future<ListS3ResourcesResult> |
listS3ResourcesAsync(ListS3ResourcesRequest listS3ResourcesRequest,
AsyncHandler<ListS3ResourcesRequest,ListS3ResourcesResult> asyncHandler)
Lists all the S3 resources associated with Amazon Macie Classic.
|
Future<UpdateS3ResourcesResult> |
updateS3ResourcesAsync(UpdateS3ResourcesRequest updateS3ResourcesRequest)
Updates the classification types for the specified S3 resources.
|
Future<UpdateS3ResourcesResult> |
updateS3ResourcesAsync(UpdateS3ResourcesRequest updateS3ResourcesRequest,
AsyncHandler<UpdateS3ResourcesRequest,UpdateS3ResourcesResult> asyncHandler)
Updates the classification types for the specified S3 resources.
|
associateMemberAccount, associateS3Resources, disassociateMemberAccount, disassociateS3Resources, getCachedResponseMetadata, listMemberAccounts, listS3Resources, shutdown, updateS3Resources
Future<AssociateMemberAccountResult> associateMemberAccountAsync(AssociateMemberAccountRequest associateMemberAccountRequest)
Associates a specified AWS account with Amazon Macie Classic as a member account.
associateMemberAccountRequest
- Future<AssociateMemberAccountResult> associateMemberAccountAsync(AssociateMemberAccountRequest associateMemberAccountRequest, AsyncHandler<AssociateMemberAccountRequest,AssociateMemberAccountResult> asyncHandler)
Associates a specified AWS account with Amazon Macie Classic as a member account.
associateMemberAccountRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<AssociateS3ResourcesResult> associateS3ResourcesAsync(AssociateS3ResourcesRequest associateS3ResourcesRequest)
Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification. If memberAccountId isn't specified, the action associates specified S3 resources with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action associates specified S3 resources with Macie Classic for the specified member account.
associateS3ResourcesRequest
- Future<AssociateS3ResourcesResult> associateS3ResourcesAsync(AssociateS3ResourcesRequest associateS3ResourcesRequest, AsyncHandler<AssociateS3ResourcesRequest,AssociateS3ResourcesResult> asyncHandler)
Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification. If memberAccountId isn't specified, the action associates specified S3 resources with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action associates specified S3 resources with Macie Classic for the specified member account.
associateS3ResourcesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateMemberAccountResult> disassociateMemberAccountAsync(DisassociateMemberAccountRequest disassociateMemberAccountRequest)
Removes the specified member account from Amazon Macie Classic.
disassociateMemberAccountRequest
- Future<DisassociateMemberAccountResult> disassociateMemberAccountAsync(DisassociateMemberAccountRequest disassociateMemberAccountRequest, AsyncHandler<DisassociateMemberAccountRequest,DisassociateMemberAccountResult> asyncHandler)
Removes the specified member account from Amazon Macie Classic.
disassociateMemberAccountRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateS3ResourcesResult> disassociateS3ResourcesAsync(DisassociateS3ResourcesRequest disassociateS3ResourcesRequest)
Removes specified S3 resources from being monitored by Amazon Macie Classic. If memberAccountId isn't specified, the action removes specified S3 resources from Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action removes specified S3 resources from Macie Classic for the specified member account.
disassociateS3ResourcesRequest
- Future<DisassociateS3ResourcesResult> disassociateS3ResourcesAsync(DisassociateS3ResourcesRequest disassociateS3ResourcesRequest, AsyncHandler<DisassociateS3ResourcesRequest,DisassociateS3ResourcesResult> asyncHandler)
Removes specified S3 resources from being monitored by Amazon Macie Classic. If memberAccountId isn't specified, the action removes specified S3 resources from Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action removes specified S3 resources from Macie Classic for the specified member account.
disassociateS3ResourcesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMemberAccountsResult> listMemberAccountsAsync(ListMemberAccountsRequest listMemberAccountsRequest)
Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.
listMemberAccountsRequest
- Future<ListMemberAccountsResult> listMemberAccountsAsync(ListMemberAccountsRequest listMemberAccountsRequest, AsyncHandler<ListMemberAccountsRequest,ListMemberAccountsResult> asyncHandler)
Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.
listMemberAccountsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListS3ResourcesResult> listS3ResourcesAsync(ListS3ResourcesRequest listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie Classic. If memberAccountId isn't specified, the action lists the S3 resources associated with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action lists the S3 resources associated with Macie Classic for the specified member account.
listS3ResourcesRequest
- Future<ListS3ResourcesResult> listS3ResourcesAsync(ListS3ResourcesRequest listS3ResourcesRequest, AsyncHandler<ListS3ResourcesRequest,ListS3ResourcesResult> asyncHandler)
Lists all the S3 resources associated with Amazon Macie Classic. If memberAccountId isn't specified, the action lists the S3 resources associated with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action lists the S3 resources associated with Macie Classic for the specified member account.
listS3ResourcesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateS3ResourcesResult> updateS3ResourcesAsync(UpdateS3ResourcesRequest updateS3ResourcesRequest)
Updates the classification types for the specified S3 resources. If memberAccountId isn't specified, the action updates the classification types of the S3 resources associated with Amazon Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action updates the classification types of the S3 resources associated with Macie Classic for the specified member account.
updateS3ResourcesRequest
- Future<UpdateS3ResourcesResult> updateS3ResourcesAsync(UpdateS3ResourcesRequest updateS3ResourcesRequest, AsyncHandler<UpdateS3ResourcesRequest,UpdateS3ResourcesResult> asyncHandler)
Updates the classification types for the specified S3 resources. If memberAccountId isn't specified, the action updates the classification types of the S3 resources associated with Amazon Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action updates the classification types of the S3 resources associated with Macie Classic for the specified member account.
updateS3ResourcesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.