Uses of Class
software.amazon.awssdk.services.iam.model.ServiceLastAccessed
-
Packages that use ServiceLastAccessed Package Description software.amazon.awssdk.services.iam.model -
-
Uses of ServiceLastAccessed in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ServiceLastAccessed Modifier and Type Method Description List<ServiceLastAccessed>GetServiceLastAccessedDetailsResponse. servicesLastAccessed()AServiceLastAccessedobject that contains details about the most recent attempt to access the service.Methods in software.amazon.awssdk.services.iam.model with parameters of type ServiceLastAccessed Modifier and Type Method Description GetServiceLastAccessedDetailsResponse.BuilderGetServiceLastAccessedDetailsResponse.Builder. servicesLastAccessed(ServiceLastAccessed... servicesLastAccessed)AServiceLastAccessedobject that contains details about the most recent attempt to access the service.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type ServiceLastAccessed Modifier and Type Method Description GetServiceLastAccessedDetailsResponse.BuilderGetServiceLastAccessedDetailsResponse.Builder. servicesLastAccessed(Collection<ServiceLastAccessed> servicesLastAccessed)AServiceLastAccessedobject that contains details about the most recent attempt to access the service.
-