SdkFunction<GetUserRequest,GetUserResponse>
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class GetUserFunction extends Object implements SdkFunction<GetUserRequest,GetUserResponse>
Constructor | Description |
---|---|
GetUserFunction(IAMClient client) |
Constructs a new GetUserFunction with the given client
|
Modifier and Type | Method | Description |
---|---|---|
GetUserResponse |
apply(GetUserRequest getUserRequest) |
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public GetUserFunction(IAMClient client)
client
- Service clientpublic GetUserResponse apply(GetUserRequest getUserRequest)
apply
in interface SdkFunction<GetUserRequest,GetUserResponse>
getUserRequest
- Corresponding request for the operationCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.