| Package | Description |
|---|---|
| com.amazonaws.services.macie2 |
Amazon Macie
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetMacieSessionResult |
AbstractAmazonMacie2.getMacieSession(GetMacieSessionRequest request) |
GetMacieSessionResult |
AmazonMacie2Client.getMacieSession(GetMacieSessionRequest request)
Retrieves the status and configuration settings for an Amazon Macie account.
|
GetMacieSessionResult |
AmazonMacie2.getMacieSession(GetMacieSessionRequest getMacieSessionRequest)
Retrieves the status and configuration settings for an Amazon Macie account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMacieSessionResult> |
AbstractAmazonMacie2Async.getMacieSessionAsync(GetMacieSessionRequest request,
AsyncHandler<GetMacieSessionRequest,GetMacieSessionResult> asyncHandler) |
Future<GetMacieSessionResult> |
AmazonMacie2AsyncClient.getMacieSessionAsync(GetMacieSessionRequest request,
AsyncHandler<GetMacieSessionRequest,GetMacieSessionResult> asyncHandler) |
Future<GetMacieSessionResult> |
AmazonMacie2Async.getMacieSessionAsync(GetMacieSessionRequest getMacieSessionRequest,
AsyncHandler<GetMacieSessionRequest,GetMacieSessionResult> asyncHandler)
Retrieves the status and configuration settings for an Amazon Macie account.
|
| Modifier and Type | Method and Description |
|---|---|
GetMacieSessionResult |
GetMacieSessionResult.clone() |
GetMacieSessionResult |
GetMacieSessionResult.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
|
GetMacieSessionResult |
GetMacieSessionResult.withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account.
|
GetMacieSessionResult |
GetMacieSessionResult.withFindingPublishingFrequency(String findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account.
|
GetMacieSessionResult |
GetMacieSessionResult.withServiceRole(String serviceRole)
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in
Amazon Web Services resources for the account.
|
GetMacieSessionResult |
GetMacieSessionResult.withStatus(MacieStatus status)
The current status of the Amazon Macie account.
|
GetMacieSessionResult |
GetMacieSessionResult.withStatus(String status)
The current status of the Amazon Macie account.
|
GetMacieSessionResult |
GetMacieSessionResult.withUpdatedAt(Date updatedAt)
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration
settings for the Amazon Macie account.
|
Copyright © 2023. All rights reserved.