| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
RoleUsageType |
RoleUsageType.clone() |
RoleUsageType |
RoleUsageType.withRegion(String region)
The name of the Region where the service-linked role is being used.
|
RoleUsageType |
RoleUsageType.withResources(Collection<String> resources)
The name of the resource that is using the service-linked role.
|
RoleUsageType |
RoleUsageType.withResources(String... resources)
The name of the resource that is using the service-linked role.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleUsageType> |
DeletionTaskFailureReasonType.getRoleUsageList()
A list of objects that contains details about the service-linked role deletion failure, if that information is
returned by the service.
|
| Modifier and Type | Method and Description |
|---|---|
DeletionTaskFailureReasonType |
DeletionTaskFailureReasonType.withRoleUsageList(RoleUsageType... roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information is
returned by the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeletionTaskFailureReasonType.setRoleUsageList(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.
|
DeletionTaskFailureReasonType |
DeletionTaskFailureReasonType.withRoleUsageList(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.
|
Copyright © 2025. All rights reserved.