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