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