@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonIdentityManagementWaiters extends Object
Constructor and Description |
---|
AmazonIdentityManagementWaiters(AmazonIdentityManagement client)
Constructs a new AmazonIdentityManagementWaiters with the given client
|
Modifier and Type | Method and 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.
|
void |
shutdown() |
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 AmazonIdentityManagementWaiters(AmazonIdentityManagement client)
client
- Service clientpublic Waiter<GetInstanceProfileRequest> instanceProfileExists()
public Waiter<GetUserRequest> userExists()
public void shutdown()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.