@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class IAMClientWaiters extends Object
Constructor | Description |
---|---|
IAMClientWaiters(IAMClient client) |
Constructs a new IAMClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<GetInstanceProfileRequest> |
instanceProfileExists() |
Builds a InstanceProfileExists waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetUserRequest> |
userExists() |
Builds a UserExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
public IAMClientWaiters(IAMClient client)
client
- Service clientpublic Waiter<GetInstanceProfileRequest> instanceProfileExists()
public Waiter<GetUserRequest> userExists()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.