| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLastAccessed |
ServiceLastAccessed.clone() |
ServiceLastAccessed |
ServiceLastAccessed.withLastAuthenticated(Date lastAuthenticated)
The date and time, in ISO 8601 date-time format, when an
authenticated entity most recently attempted to access the service.
|
ServiceLastAccessed |
ServiceLastAccessed.withLastAuthenticatedEntity(String lastAuthenticatedEntity)
The ARN of the authenticated entity (user or role) that last attempted to access the service.
|
ServiceLastAccessed |
ServiceLastAccessed.withServiceName(String serviceName)
The name of the service in which access was attempted.
|
ServiceLastAccessed |
ServiceLastAccessed.withServiceNamespace(String serviceNamespace)
The namespace of the service in which access was attempted.
|
ServiceLastAccessed |
ServiceLastAccessed.withTotalAuthenticatedEntities(Integer totalAuthenticatedEntities)
The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access
the service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceLastAccessed> |
GetServiceLastAccessedDetailsResult.getServicesLastAccessed()
A
ServiceLastAccessed object that contains details about the most recent attempt to access the
service. |
| Modifier and Type | Method and Description |
|---|---|
GetServiceLastAccessedDetailsResult |
GetServiceLastAccessedDetailsResult.withServicesLastAccessed(ServiceLastAccessed... servicesLastAccessed)
A
ServiceLastAccessed object that contains details about the most recent attempt to access the
service. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetServiceLastAccessedDetailsResult.setServicesLastAccessed(Collection<ServiceLastAccessed> servicesLastAccessed)
A
ServiceLastAccessed object that contains details about the most recent attempt to access the
service. |
GetServiceLastAccessedDetailsResult |
GetServiceLastAccessedDetailsResult.withServicesLastAccessed(Collection<ServiceLastAccessed> servicesLastAccessed)
A
ServiceLastAccessed object that contains details about the most recent attempt to access the
service. |
Copyright © 2019. All rights reserved.