Uses of Interface
software.amazon.awssdk.services.networkmanager.model.GetDevicesRequest.Builder
-
Packages that use GetDevicesRequest.Builder 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.model -
-
Uses of GetDevicesRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type GetDevicesRequest.Builder 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 GetDevicesResponseNetworkManagerClient. getDevices(Consumer<GetDevicesRequest.Builder> getDevicesRequest)Gets information about one or more of your devices in a global network.default GetDevicesPublisherNetworkManagerAsyncClient. getDevicesPaginator(Consumer<GetDevicesRequest.Builder> getDevicesRequest)Gets information about one or more of your devices in a global network.default GetDevicesIterableNetworkManagerClient. getDevicesPaginator(Consumer<GetDevicesRequest.Builder> getDevicesRequest)Gets information about one or more of your devices in a global network. -
Uses of GetDevicesRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return GetDevicesRequest.Builder Modifier and Type Method Description static GetDevicesRequest.BuilderGetDevicesRequest. builder()GetDevicesRequest.BuilderGetDevicesRequest.Builder. deviceIds(String... deviceIds)One or more device IDs.GetDevicesRequest.BuilderGetDevicesRequest.Builder. deviceIds(Collection<String> deviceIds)One or more device IDs.GetDevicesRequest.BuilderGetDevicesRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.GetDevicesRequest.BuilderGetDevicesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.GetDevicesRequest.BuilderGetDevicesRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetDevicesRequest.BuilderGetDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDevicesRequest.BuilderGetDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDevicesRequest.BuilderGetDevicesRequest.Builder. siteId(String siteId)The ID of the site.GetDevicesRequest.BuilderGetDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type GetDevicesRequest.Builder Modifier and Type Method Description static Class<? extends GetDevicesRequest.Builder>GetDevicesRequest. serializableBuilderClass()
-