Uses of Class
software.amazon.awssdk.services.iam.model.RoleUsageType
-
Packages that use RoleUsageType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of RoleUsageType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type RoleUsageType Modifier and Type Method Description List<RoleUsageType>DeletionTaskFailureReasonType. roleUsageList()A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service.Methods in software.amazon.awssdk.services.iam.model with parameters of type RoleUsageType Modifier and Type Method Description DeletionTaskFailureReasonType.BuilderDeletionTaskFailureReasonType.Builder. roleUsageList(RoleUsageType... roleUsageList)A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type RoleUsageType Modifier and Type Method Description DeletionTaskFailureReasonType.BuilderDeletionTaskFailureReasonType.Builder. roleUsageList(Collection<RoleUsageType> roleUsageList)A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service.
-