| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model | |
| software.amazon.awssdk.services.iam.waiters |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static GetRoleRequest.Builder |
GetRoleRequest.builder() |
GetRoleRequest.Builder |
GetRoleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRoleRequest.Builder |
GetRoleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRoleRequest.Builder |
GetRoleRequest.Builder.roleName(String roleName)
The name of the IAM role to get information about.
|
GetRoleRequest.Builder |
GetRoleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRoleRequest.Builder> |
GetRoleRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetRoleResponse>> |
IamAsyncWaiter.waitUntilRoleExists(Consumer<GetRoleRequest.Builder> 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(Consumer<GetRoleRequest.Builder> 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(Consumer<GetRoleRequest.Builder> getRoleRequest,
Consumer<WaiterOverrideConfiguration.Builder> 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(Consumer<GetRoleRequest.Builder> getRoleRequest,
Consumer<WaiterOverrideConfiguration.Builder> 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 © 2023. All rights reserved.