Uses of Class
software.amazon.awssdk.services.iam.model.TrackedActionLastAccessed
-
Packages that use TrackedActionLastAccessed Package Description software.amazon.awssdk.services.iam.model -
-
Uses of TrackedActionLastAccessed in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type TrackedActionLastAccessed Modifier and Type Method Description List<TrackedActionLastAccessed>ServiceLastAccessed. trackedActionsLastAccessed()An object that contains details about the most recent attempt to access a tracked action within the service.Methods in software.amazon.awssdk.services.iam.model with parameters of type TrackedActionLastAccessed Modifier and Type Method Description ServiceLastAccessed.BuilderServiceLastAccessed.Builder. trackedActionsLastAccessed(TrackedActionLastAccessed... trackedActionsLastAccessed)An object that contains details about the most recent attempt to access a tracked action within the service.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type TrackedActionLastAccessed Modifier and Type Method Description ServiceLastAccessed.BuilderServiceLastAccessed.Builder. trackedActionsLastAccessed(Collection<TrackedActionLastAccessed> trackedActionsLastAccessed)An object that contains details about the most recent attempt to access a tracked action within the service.
-