| Package | Description |
|---|---|
| com.amazonaws.services.groundstation |
Welcome to the AWS Ground Station API Reference.
|
| com.amazonaws.services.groundstation.model | |
| com.amazonaws.services.groundstation.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeContactResult> |
AbstractAWSGroundStationAsync.describeContactAsync(DescribeContactRequest request,
AsyncHandler<DescribeContactRequest,DescribeContactResult> asyncHandler) |
Future<DescribeContactResult> |
AWSGroundStationAsync.describeContactAsync(DescribeContactRequest describeContactRequest,
AsyncHandler<DescribeContactRequest,DescribeContactResult> asyncHandler)
Describes an existing contact.
|
Future<DescribeContactResult> |
AWSGroundStationAsyncClient.describeContactAsync(DescribeContactRequest request,
AsyncHandler<DescribeContactRequest,DescribeContactResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeContactRequest |
DescribeContactRequest.clone() |
DescribeContactRequest |
DescribeContactRequest.withContactId(String contactId)
UUID of a contact.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeContactRequest> |
AWSGroundStationWaiters.contactScheduled()
Builds a ContactScheduled waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeContactResult |
DescribeContactFunction.apply(DescribeContactRequest describeContactRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.