Uses of Class
software.amazon.awssdk.services.groundstation.model.ListContactsResponse
-
Packages that use ListContactsResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.paginators -
-
Uses of ListContactsResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return ListContactsResponse Modifier and Type Method Description default ListContactsResponseGroundStationClient. listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)Returns a list of contacts.default ListContactsResponseGroundStationClient. listContacts(ListContactsRequest listContactsRequest)Returns a list of contacts.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type ListContactsResponse Modifier and Type Method Description default CompletableFuture<ListContactsResponse>GroundStationAsyncClient. listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)Returns a list of contacts.default CompletableFuture<ListContactsResponse>GroundStationAsyncClient. listContacts(ListContactsRequest listContactsRequest)Returns a list of contacts. -
Uses of ListContactsResponse in software.amazon.awssdk.services.groundstation.paginators
Methods in software.amazon.awssdk.services.groundstation.paginators that return types with arguments of type ListContactsResponse Modifier and Type Method Description Iterator<ListContactsResponse>ListContactsIterable. iterator()Method parameters in software.amazon.awssdk.services.groundstation.paginators with type arguments of type ListContactsResponse Modifier and Type Method Description voidListContactsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListContactsResponse> subscriber)
-