Uses of Class
software.amazon.awssdk.services.groundstation.model.DescribeContactRequest
-
Packages that use DescribeContactRequest Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.transform software.amazon.awssdk.services.groundstation.waiters -
-
Uses of DescribeContactRequest in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation with parameters of type DescribeContactRequest Modifier and Type Method Description default CompletableFuture<DescribeContactResponse>GroundStationAsyncClient. describeContact(DescribeContactRequest describeContactRequest)Describes an existing contact.default DescribeContactResponseGroundStationClient. describeContact(DescribeContactRequest describeContactRequest)Describes an existing contact. -
Uses of DescribeContactRequest in software.amazon.awssdk.services.groundstation.transform
Methods in software.amazon.awssdk.services.groundstation.transform with parameters of type DescribeContactRequest Modifier and Type Method Description SdkHttpFullRequestDescribeContactRequestMarshaller. marshall(DescribeContactRequest describeContactRequest) -
Uses of DescribeContactRequest in software.amazon.awssdk.services.groundstation.waiters
-