@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonMacie extends Object implements AmazonMacie
AmazonMacie
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier | Constructor and Description |
---|---|
protected |
AbstractAmazonMacie() |
Modifier and Type | Method and Description |
---|---|
AssociateMemberAccountResult |
associateMemberAccount(AssociateMemberAccountRequest request)
Associates a specified AWS account with Amazon Macie Classic as a member account.
|
AssociateS3ResourcesResult |
associateS3Resources(AssociateS3ResourcesRequest request)
Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification.
|
DisassociateMemberAccountResult |
disassociateMemberAccount(DisassociateMemberAccountRequest request)
Removes the specified member account from Amazon Macie Classic.
|
DisassociateS3ResourcesResult |
disassociateS3Resources(DisassociateS3ResourcesRequest request)
Removes specified S3 resources from being monitored by Amazon Macie Classic.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListMemberAccountsResult |
listMemberAccounts(ListMemberAccountsRequest request)
Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.
|
ListS3ResourcesResult |
listS3Resources(ListS3ResourcesRequest request)
Lists all the S3 resources associated with Amazon Macie Classic.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateS3ResourcesResult |
updateS3Resources(UpdateS3ResourcesRequest request)
Updates the classification types for the specified S3 resources.
|
public AssociateMemberAccountResult associateMemberAccount(AssociateMemberAccountRequest request)
AmazonMacie
Associates a specified AWS account with Amazon Macie Classic as a member account.
associateMemberAccount
in interface AmazonMacie
public AssociateS3ResourcesResult associateS3Resources(AssociateS3ResourcesRequest request)
AmazonMacie
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.
associateS3Resources
in interface AmazonMacie
public DisassociateMemberAccountResult disassociateMemberAccount(DisassociateMemberAccountRequest request)
AmazonMacie
Removes the specified member account from Amazon Macie Classic.
disassociateMemberAccount
in interface AmazonMacie
public DisassociateS3ResourcesResult disassociateS3Resources(DisassociateS3ResourcesRequest request)
AmazonMacie
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.
disassociateS3Resources
in interface AmazonMacie
public ListMemberAccountsResult listMemberAccounts(ListMemberAccountsRequest request)
AmazonMacie
Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.
listMemberAccounts
in interface AmazonMacie
public ListS3ResourcesResult listS3Resources(ListS3ResourcesRequest request)
AmazonMacie
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.
listS3Resources
in interface AmazonMacie
public UpdateS3ResourcesResult updateS3Resources(UpdateS3ResourcesRequest request)
AmazonMacie
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.
updateS3Resources
in interface AmazonMacie
public void shutdown()
AmazonMacie
shutdown
in interface AmazonMacie
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonMacie
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonMacie
request
- The originally executed request.Copyright © 2022. All rights reserved.