Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetDevicesRequest
-
Packages that use GetDevicesRequest 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 software.amazon.awssdk.services.networkmanager.transform -
-
Uses of GetDevicesRequest in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager with parameters of type GetDevicesRequest Modifier and Type Method Description default CompletableFuture<GetDevicesResponse>NetworkManagerAsyncClient. getDevices(GetDevicesRequest 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.default GetDevicesPublisherNetworkManagerAsyncClient. getDevicesPaginator(GetDevicesRequest getDevicesRequest)Gets information about one or more of your devices in a global network.default GetDevicesIterableNetworkManagerClient. getDevicesPaginator(GetDevicesRequest getDevicesRequest)Gets information about one or more of your devices in a global network. -
Uses of GetDevicesRequest in software.amazon.awssdk.services.networkmanager.paginators
Constructors in software.amazon.awssdk.services.networkmanager.paginators with parameters of type GetDevicesRequest Constructor Description GetDevicesIterable(NetworkManagerClient client, GetDevicesRequest firstRequest)GetDevicesPublisher(NetworkManagerAsyncClient client, GetDevicesRequest firstRequest) -
Uses of GetDevicesRequest in software.amazon.awssdk.services.networkmanager.transform
Methods in software.amazon.awssdk.services.networkmanager.transform with parameters of type GetDevicesRequest Modifier and Type Method Description SdkHttpFullRequestGetDevicesRequestMarshaller. marshall(GetDevicesRequest getDevicesRequest)
-