Uses of Class
software.amazon.awssdk.services.privatenetworks.model.ListDeviceIdentifiersResponse
-
Packages that use ListDeviceIdentifiersResponse Package Description software.amazon.awssdk.services.privatenetworks Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location.software.amazon.awssdk.services.privatenetworks.paginators -
-
Uses of ListDeviceIdentifiersResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return ListDeviceIdentifiersResponse Modifier and Type Method Description default ListDeviceIdentifiersResponsePrivateNetworksClient. listDeviceIdentifiers(Consumer<ListDeviceIdentifiersRequest.Builder> listDeviceIdentifiersRequest)Lists device identifiers.default ListDeviceIdentifiersResponsePrivateNetworksClient. listDeviceIdentifiers(ListDeviceIdentifiersRequest listDeviceIdentifiersRequest)Lists device identifiers.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type ListDeviceIdentifiersResponse Modifier and Type Method Description default CompletableFuture<ListDeviceIdentifiersResponse>PrivateNetworksAsyncClient. listDeviceIdentifiers(Consumer<ListDeviceIdentifiersRequest.Builder> listDeviceIdentifiersRequest)Lists device identifiers.default CompletableFuture<ListDeviceIdentifiersResponse>PrivateNetworksAsyncClient. listDeviceIdentifiers(ListDeviceIdentifiersRequest listDeviceIdentifiersRequest)Lists device identifiers. -
Uses of ListDeviceIdentifiersResponse in software.amazon.awssdk.services.privatenetworks.paginators
Methods in software.amazon.awssdk.services.privatenetworks.paginators that return types with arguments of type ListDeviceIdentifiersResponse Modifier and Type Method Description Iterator<ListDeviceIdentifiersResponse>ListDeviceIdentifiersIterable. iterator()Method parameters in software.amazon.awssdk.services.privatenetworks.paginators with type arguments of type ListDeviceIdentifiersResponse Modifier and Type Method Description voidListDeviceIdentifiersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeviceIdentifiersResponse> subscriber)
-