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