| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AccessDetail |
AccessDetail.clone() |
AccessDetail |
AccessDetail.withEntityPath(String entityPath)
The path of the Organizations entity (root, organizational unit, or account) from which an authenticated
principal last attempted to access the service.
|
AccessDetail |
AccessDetail.withLastAuthenticatedTime(Date lastAuthenticatedTime)
The date and time, in ISO 8601 date-time format, when an
authenticated principal most recently attempted to access the service.
|
AccessDetail |
AccessDetail.withRegion(String region)
The Region where the last service access attempt occurred.
|
AccessDetail |
AccessDetail.withServiceName(String serviceName)
The name of the service in which access was attempted.
|
AccessDetail |
AccessDetail.withServiceNamespace(String serviceNamespace)
The namespace of the service in which access was attempted.
|
AccessDetail |
AccessDetail.withTotalAuthenticatedEntities(Integer totalAuthenticatedEntities)
The number of accounts with authenticated principals (root user, IAM users, and IAM roles) that attempted to
access the service in the tracking period.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessDetail> |
GetOrganizationsAccessReportResult.getAccessDetails()
An object that contains details about the most recent attempt to access the service.
|
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withAccessDetails(AccessDetail... accessDetails)
An object that contains details about the most recent attempt to access the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetOrganizationsAccessReportResult.setAccessDetails(Collection<AccessDetail> accessDetails)
An object that contains details about the most recent attempt to access the service.
|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withAccessDetails(Collection<AccessDetail> accessDetails)
An object that contains details about the most recent attempt to access the service.
|
Copyright © 2024. All rights reserved.