| 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 GetInstanceProfileResponse |
IamClient.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and
role.
|
default CompletableFuture<GetInstanceProfileResponse> |
IamAsyncClient.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and
role.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetInstanceProfileRequestMarshaller.marshall(GetInstanceProfileRequest getInstanceProfileRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetInstanceProfileResponse>> |
IamAsyncWaiter.waitUntilInstanceProfileExists(GetInstanceProfileRequest getInstanceProfileRequest)
Polls
IamAsyncClient.getInstanceProfile(software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest) API until the desired condition InstanceProfileExists is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetInstanceProfileResponse> |
IamWaiter.waitUntilInstanceProfileExists(GetInstanceProfileRequest getInstanceProfileRequest)
Polls
IamClient.getInstanceProfile(software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest) API until the desired condition InstanceProfileExists is met,
or until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<GetInstanceProfileResponse>> |
IamAsyncWaiter.waitUntilInstanceProfileExists(GetInstanceProfileRequest getInstanceProfileRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
IamAsyncClient.getInstanceProfile(software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest) API until the desired condition InstanceProfileExists is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetInstanceProfileResponse> |
IamWaiter.waitUntilInstanceProfileExists(GetInstanceProfileRequest getInstanceProfileRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
IamClient.getInstanceProfile(software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest) API until the desired condition InstanceProfileExists is met,
or until it is determined that the resource will never enter into the desired state |
Copyright © 2023. All rights reserved.