@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 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)
AmazonMacieAssociates a specified AWS account with Amazon Macie Classic as a member account.
associateMemberAccount in interface AmazonMaciepublic AssociateS3ResourcesResult associateS3Resources(AssociateS3ResourcesRequest request)
AmazonMacieAssociates 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 AmazonMaciepublic DisassociateMemberAccountResult disassociateMemberAccount(DisassociateMemberAccountRequest request)
AmazonMacieRemoves the specified member account from Amazon Macie Classic.
disassociateMemberAccount in interface AmazonMaciepublic DisassociateS3ResourcesResult disassociateS3Resources(DisassociateS3ResourcesRequest request)
AmazonMacieRemoves 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 AmazonMaciepublic ListMemberAccountsResult listMemberAccounts(ListMemberAccountsRequest request)
AmazonMacieLists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.
listMemberAccounts in interface AmazonMaciepublic ListS3ResourcesResult listS3Resources(ListS3ResourcesRequest request)
AmazonMacieLists 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 AmazonMaciepublic UpdateS3ResourcesResult updateS3Resources(UpdateS3ResourcesRequest request)
AmazonMacieUpdates 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 AmazonMaciepublic void shutdown()
AmazonMacieshutdown in interface AmazonMaciepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonMacieResponse 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 AmazonMacierequest - The originally executed request.