@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonMacie
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonMacie
instead.
Amazon Macie is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS. Macie 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 Macie User Guide.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AssociateMemberAccountResult |
associateMemberAccount(AssociateMemberAccountRequest associateMemberAccountRequest)
Associates a specified AWS account with Amazon Macie as a member account.
|
AssociateS3ResourcesResult |
associateS3Resources(AssociateS3ResourcesRequest associateS3ResourcesRequest)
Associates specified S3 resources with Amazon Macie for monitoring and data classification.
|
DisassociateMemberAccountResult |
disassociateMemberAccount(DisassociateMemberAccountRequest disassociateMemberAccountRequest)
Removes the specified member account from Amazon Macie.
|
DisassociateS3ResourcesResult |
disassociateS3Resources(DisassociateS3ResourcesRequest disassociateS3ResourcesRequest)
Removes specified S3 resources from being monitored by Amazon Macie.
|
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 listMemberAccountsRequest)
Lists all Amazon Macie member accounts for the current Amazon Macie master account.
|
ListS3ResourcesResult |
listS3Resources(ListS3ResourcesRequest listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateS3ResourcesResult |
updateS3Resources(UpdateS3ResourcesRequest updateS3ResourcesRequest)
Updates the classification types for the specified S3 resources.
|
static final String ENDPOINT_PREFIX
AssociateMemberAccountResult associateMemberAccount(AssociateMemberAccountRequest associateMemberAccountRequest)
Associates a specified AWS account with Amazon Macie as a member account.
associateMemberAccountRequest
- InvalidInputException
- The request was rejected because an invalid or out-of-range value was supplied for an input parameter.LimitExceededException
- The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InternalException
- Internal server error.AssociateS3ResourcesResult associateS3Resources(AssociateS3ResourcesRequest associateS3ResourcesRequest)
Associates specified S3 resources with Amazon Macie for monitoring and data classification. If memberAccountId isn't specified, the action associates specified S3 resources with Macie for the current master account. If memberAccountId is specified, the action associates specified S3 resources with Macie for the specified member account.
associateS3ResourcesRequest
- InvalidInputException
- The request was rejected because an invalid or out-of-range value was supplied for an input parameter.AccessDeniedException
- You do not have required permissions to access the requested resource.LimitExceededException
- The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InternalException
- Internal server error.DisassociateMemberAccountResult disassociateMemberAccount(DisassociateMemberAccountRequest disassociateMemberAccountRequest)
Removes the specified member account from Amazon Macie.
disassociateMemberAccountRequest
- InvalidInputException
- The request was rejected because an invalid or out-of-range value was supplied for an input parameter.InternalException
- Internal server error.DisassociateS3ResourcesResult disassociateS3Resources(DisassociateS3ResourcesRequest disassociateS3ResourcesRequest)
Removes specified S3 resources from being monitored by Amazon Macie. If memberAccountId isn't specified, the action removes specified S3 resources from Macie for the current master account. If memberAccountId is specified, the action removes specified S3 resources from Macie for the specified member account.
disassociateS3ResourcesRequest
- InvalidInputException
- The request was rejected because an invalid or out-of-range value was supplied for an input parameter.AccessDeniedException
- You do not have required permissions to access the requested resource.InternalException
- Internal server error.ListMemberAccountsResult listMemberAccounts(ListMemberAccountsRequest listMemberAccountsRequest)
Lists all Amazon Macie member accounts for the current Amazon Macie master account.
listMemberAccountsRequest
- InternalException
- Internal server error.InvalidInputException
- The request was rejected because an invalid or out-of-range value was supplied for an input parameter.ListS3ResourcesResult listS3Resources(ListS3ResourcesRequest listS3ResourcesRequest)
Lists all the S3 resources associated with Amazon Macie. If memberAccountId isn't specified, the action lists the S3 resources associated with Amazon Macie for the current master account. If memberAccountId is specified, the action lists the S3 resources associated with Amazon Macie for the specified member account.
listS3ResourcesRequest
- InvalidInputException
- The request was rejected because an invalid or out-of-range value was supplied for an input parameter.AccessDeniedException
- You do not have required permissions to access the requested resource.InternalException
- Internal server error.UpdateS3ResourcesResult updateS3Resources(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 for the current master account. If memberAccountId is specified, the action updates the classification types of the S3 resources associated with Amazon Macie for the specified member account.
updateS3ResourcesRequest
- InvalidInputException
- The request was rejected because an invalid or out-of-range value was supplied for an input parameter.AccessDeniedException
- You do not have required permissions to access the requested resource.InternalException
- Internal server error.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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.
request
- The originally executed request.Copyright © 2019. All rights reserved.