| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default GetRoleResponse |
IamClient.getRole(Consumer<GetRoleRequest.Builder> 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 |
|---|---|
default CompletableFuture<GetRoleResponse> |
IamAsyncClient.getRole(Consumer<GetRoleRequest.Builder> 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 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.
|
Copyright © 2020. All rights reserved.