static ServiceLastAccessed.Builder |
ServiceLastAccessed.builder() |
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.lastAuthenticated(Instant lastAuthenticated) |
The date and time, inĀ ISO 8601 date-time format, when an
authenticated entity most recently attempted to access the service.
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.lastAuthenticatedEntity(String lastAuthenticatedEntity) |
The ARN of the authenticated entity (user or role) that last attempted to access the service.
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.lastAuthenticatedRegion(String lastAuthenticatedRegion) |
The Region from which the authenticated entity (user or role) last attempted to access the service.
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.serviceName(String serviceName) |
The name of the service in which access was attempted.
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.serviceNamespace(String serviceNamespace) |
The namespace of the service in which access was attempted.
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.toBuilder() |
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.totalAuthenticatedEntities(Integer totalAuthenticatedEntities) |
The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to
access the service.
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.trackedActionsLastAccessed(Collection<TrackedActionLastAccessed> trackedActionsLastAccessed) |
An object that contains details about the most recent attempt to access a tracked action within the service.
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.trackedActionsLastAccessed(Consumer<TrackedActionLastAccessed.Builder>... trackedActionsLastAccessed) |
An object that contains details about the most recent attempt to access a tracked action within the service.
|
ServiceLastAccessed.Builder |
ServiceLastAccessed.Builder.trackedActionsLastAccessed(TrackedActionLastAccessed... trackedActionsLastAccessed) |
An object that contains details about the most recent attempt to access a tracked action within the service.
|