| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static AccessDetail.Builder |
AccessDetail.builder() |
AccessDetail.Builder |
AccessDetail.Builder.entityPath(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.Builder |
AccessDetail.Builder.lastAuthenticatedTime(Instant lastAuthenticatedTime)
The date and time, inĀ ISO 8601 date-time format, when an
authenticated principal most recently attempted to access the service.
|
AccessDetail.Builder |
AccessDetail.Builder.region(String region)
The Region where the last service access attempt occurred.
|
AccessDetail.Builder |
AccessDetail.Builder.serviceName(String serviceName)
The name of the service in which access was attempted.
|
AccessDetail.Builder |
AccessDetail.Builder.serviceNamespace(String serviceNamespace)
The namespace of the service in which access was attempted.
|
AccessDetail.Builder |
AccessDetail.toBuilder() |
AccessDetail.Builder |
AccessDetail.Builder.totalAuthenticatedEntities(Integer totalAuthenticatedEntities)
The number of accounts with authenticated principals (root users, IAM users, and IAM roles) that attempted to
access the service in the tracking period.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccessDetail.Builder> |
AccessDetail.serializableBuilderClass() |
Copyright © 2022. All rights reserved.