| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
TrackedActionLastAccessed |
TrackedActionLastAccessed.clone() |
TrackedActionLastAccessed |
TrackedActionLastAccessed.withActionName(String actionName)
The name of the tracked action to which access was attempted.
|
TrackedActionLastAccessed |
TrackedActionLastAccessed.withLastAccessedEntity(String lastAccessedEntity) |
TrackedActionLastAccessed |
TrackedActionLastAccessed.withLastAccessedRegion(String lastAccessedRegion)
The Region from which the authenticated entity (user or role) last attempted to access the tracked action.
|
TrackedActionLastAccessed |
TrackedActionLastAccessed.withLastAccessedTime(Date lastAccessedTime)
The date and time, inĀ ISO 8601 date-time format, when an
authenticated entity most recently attempted to access the tracked service.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrackedActionLastAccessed> |
ServiceLastAccessed.getTrackedActionsLastAccessed()
An object that contains details about the most recent attempt to access a tracked action within the service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLastAccessed |
ServiceLastAccessed.withTrackedActionsLastAccessed(TrackedActionLastAccessed... trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLastAccessed.setTrackedActionsLastAccessed(Collection<TrackedActionLastAccessed> trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
|
ServiceLastAccessed |
ServiceLastAccessed.withTrackedActionsLastAccessed(Collection<TrackedActionLastAccessed> trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
|
Copyright © 2021. All rights reserved.