| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationsAccessReportResult |
AmazonIdentityManagementClient.getOrganizationsAccessReport(GetOrganizationsAccessReportRequest request)
Retrieves the service last accessed data report for Organizations that was previously generated using the
GenerateOrganizationsAccessReport operation. |
GetOrganizationsAccessReportResult |
AbstractAmazonIdentityManagement.getOrganizationsAccessReport(GetOrganizationsAccessReportRequest request) |
GetOrganizationsAccessReportResult |
AmazonIdentityManagement.getOrganizationsAccessReport(GetOrganizationsAccessReportRequest getOrganizationsAccessReportRequest)
Retrieves the service last accessed data report for Organizations that was previously generated using the
GenerateOrganizationsAccessReport operation. |
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.clone() |
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withAccessDetails(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.
|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withErrorDetails(ErrorDetails errorDetails) |
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withJobCompletionDate(Date jobCompletionDate)
The date and time, in ISO 8601 date-time format, when the generated
report job was completed or failed.
|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withJobCreationDate(Date jobCreationDate)
The date and time, in ISO 8601 date-time format, when the report job
was created.
|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withJobStatus(JobStatusType jobStatus)
The status of the job.
|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withJobStatus(String jobStatus)
The status of the job.
|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withMarker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withNumberOfServicesAccessible(Integer numberOfServicesAccessible)
The number of services that the applicable SCPs allow account principals to access.
|
GetOrganizationsAccessReportResult |
GetOrganizationsAccessReportResult.withNumberOfServicesNotAccessed(Integer numberOfServicesNotAccessed)
The number of services that account principals are allowed but did not attempt to access.
|
Copyright © 2024. All rights reserved.