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