| Package | Description |
|---|---|
| com.amazonaws.services.macie2 |
Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern
matching to discover and protect your sensitive data in AWS.
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetMemberResult |
AmazonMacie2.getMember(GetMemberRequest getMemberRequest)
Retrieves information about an account that's associated with an Amazon Macie administrator account.
|
GetMemberResult |
AmazonMacie2Client.getMember(GetMemberRequest request)
Retrieves information about an account that's associated with an Amazon Macie administrator account.
|
GetMemberResult |
AbstractAmazonMacie2.getMember(GetMemberRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMemberResult> |
AmazonMacie2AsyncClient.getMemberAsync(GetMemberRequest request) |
Future<GetMemberResult> |
AbstractAmazonMacie2Async.getMemberAsync(GetMemberRequest request) |
Future<GetMemberResult> |
AmazonMacie2Async.getMemberAsync(GetMemberRequest getMemberRequest)
Retrieves information about an account that's associated with an Amazon Macie administrator account.
|
Future<GetMemberResult> |
AmazonMacie2AsyncClient.getMemberAsync(GetMemberRequest request,
AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler) |
Future<GetMemberResult> |
AbstractAmazonMacie2Async.getMemberAsync(GetMemberRequest request,
AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler) |
Future<GetMemberResult> |
AmazonMacie2Async.getMemberAsync(GetMemberRequest getMemberRequest,
AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler)
Retrieves information about an account that's associated with an Amazon Macie administrator account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMemberResult> |
AmazonMacie2AsyncClient.getMemberAsync(GetMemberRequest request,
AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler) |
Future<GetMemberResult> |
AbstractAmazonMacie2Async.getMemberAsync(GetMemberRequest request,
AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler) |
Future<GetMemberResult> |
AmazonMacie2Async.getMemberAsync(GetMemberRequest getMemberRequest,
AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler)
Retrieves information about an account that's associated with an Amazon Macie administrator account.
|
| Modifier and Type | Method and Description |
|---|---|
GetMemberResult |
GetMemberResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetMemberResult |
GetMemberResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetMemberResult |
GetMemberResult.clone() |
GetMemberResult |
GetMemberResult.withAccountId(String accountId)
The Amazon Web Services account ID for the account.
|
GetMemberResult |
GetMemberResult.withAdministratorAccountId(String administratorAccountId)
The Amazon Web Services account ID for the administrator account.
|
GetMemberResult |
GetMemberResult.withArn(String arn)
The Amazon Resource Name (ARN) of the account.
|
GetMemberResult |
GetMemberResult.withEmail(String email)
The email address for the account.
|
GetMemberResult |
GetMemberResult.withInvitedAt(Date invitedAt)
The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent
to the account.
|
GetMemberResult |
GetMemberResult.withMasterAccountId(String masterAccountId)
(Deprecated) The Amazon Web Services account ID for the administrator account.
|
GetMemberResult |
GetMemberResult.withRelationshipStatus(RelationshipStatus relationshipStatus)
The current status of the relationship between the account and the administrator account.
|
GetMemberResult |
GetMemberResult.withRelationshipStatus(String relationshipStatus)
The current status of the relationship between the account and the administrator account.
|
GetMemberResult |
GetMemberResult.withTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the member account
in Amazon Macie.
|
GetMemberResult |
GetMemberResult.withUpdatedAt(Date updatedAt)
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the
relationship between the account and the administrator account.
|
Copyright © 2021. All rights reserved.