Uses of Class
software.amazon.awssdk.services.groundstation.model.ListContactsRequest
-
Packages that use ListContactsRequest Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.paginators software.amazon.awssdk.services.groundstation.transform -
-
Uses of ListContactsRequest in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation with parameters of type ListContactsRequest Modifier and Type Method Description default CompletableFuture<ListContactsResponse>GroundStationAsyncClient. listContacts(ListContactsRequest listContactsRequest)Returns a list of contacts.default ListContactsResponseGroundStationClient. listContacts(ListContactsRequest listContactsRequest)Returns a list of contacts.default ListContactsPublisherGroundStationAsyncClient. listContactsPaginator(ListContactsRequest listContactsRequest)This is a variant ofGroundStationAsyncClient.listContacts(software.amazon.awssdk.services.groundstation.model.ListContactsRequest)operation.default ListContactsIterableGroundStationClient. listContactsPaginator(ListContactsRequest listContactsRequest)This is a variant ofGroundStationClient.listContacts(software.amazon.awssdk.services.groundstation.model.ListContactsRequest)operation. -
Uses of ListContactsRequest in software.amazon.awssdk.services.groundstation.paginators
Constructors in software.amazon.awssdk.services.groundstation.paginators with parameters of type ListContactsRequest Constructor Description ListContactsIterable(GroundStationClient client, ListContactsRequest firstRequest)ListContactsPublisher(GroundStationAsyncClient client, ListContactsRequest firstRequest) -
Uses of ListContactsRequest in software.amazon.awssdk.services.groundstation.transform
Methods in software.amazon.awssdk.services.groundstation.transform with parameters of type ListContactsRequest Modifier and Type Method Description SdkHttpFullRequestListContactsRequestMarshaller. marshall(ListContactsRequest listContactsRequest)
-