| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.transform | |
| software.amazon.awssdk.services.iam.waiters |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetRoleRequestMarshaller.marshall(GetRoleRequest getRoleRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetRoleResponse>> |
IamAsyncWaiter.waitUntilRoleExists(GetRoleRequest getRoleRequest)
Polls
IamAsyncClient.getRole(software.amazon.awssdk.services.iam.model.GetRoleRequest) API until the desired condition RoleExists is met, or until it is
determined that the resource will never enter into the desired state |
default WaiterResponse<GetRoleResponse> |
IamWaiter.waitUntilRoleExists(GetRoleRequest getRoleRequest)
Polls
IamClient.getRole(software.amazon.awssdk.services.iam.model.GetRoleRequest) API until the desired condition RoleExists is met, or until it is
determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<GetRoleResponse>> |
IamAsyncWaiter.waitUntilRoleExists(GetRoleRequest getRoleRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
IamAsyncClient.getRole(software.amazon.awssdk.services.iam.model.GetRoleRequest) API until the desired condition RoleExists is met, or until it is
determined that the resource will never enter into the desired state |
default WaiterResponse<GetRoleResponse> |
IamWaiter.waitUntilRoleExists(GetRoleRequest getRoleRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
IamClient.getRole(software.amazon.awssdk.services.iam.model.GetRoleRequest) API until the desired condition RoleExists is met, or until it is
determined that the resource will never enter into the desired state |
Copyright © 2022. All rights reserved.