Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetDevicesResponse
-
Packages that use GetDevicesResponse Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of GetDevicesResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetDevicesResponse Modifier and Type Method Description default GetDevicesResponseNetworkManagerClient. getDevices(Consumer<GetDevicesRequest.Builder> getDevicesRequest)Gets information about one or more of your devices in a global network.default GetDevicesResponseNetworkManagerClient. getDevices(GetDevicesRequest getDevicesRequest)Gets information about one or more of your devices in a global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetDevicesResponse Modifier and Type Method Description default CompletableFuture<GetDevicesResponse>NetworkManagerAsyncClient. getDevices(Consumer<GetDevicesRequest.Builder> getDevicesRequest)Gets information about one or more of your devices in a global network.default CompletableFuture<GetDevicesResponse>NetworkManagerAsyncClient. getDevices(GetDevicesRequest getDevicesRequest)Gets information about one or more of your devices in a global network. -
Uses of GetDevicesResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetDevicesResponse Modifier and Type Method Description Iterator<GetDevicesResponse>GetDevicesIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetDevicesResponse Modifier and Type Method Description voidGetDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDevicesResponse> subscriber)
-