| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRoleResponse> |
IamAsyncClient.getRole(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy
that grants permission to assume the role.
|
default GetRoleResponse |
IamClient.getRole(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy
that grants permission to assume the role.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetRoleRequestMarshaller.marshall(GetRoleRequest getRoleRequest) |
Copyright © 2020. All rights reserved.