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