Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetNetworkTelemetryResponse
-
Packages that use GetNetworkTelemetryResponse 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 GetNetworkTelemetryResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetNetworkTelemetryResponse Modifier and Type Method Description default GetNetworkTelemetryResponseNetworkManagerClient. getNetworkTelemetry(Consumer<GetNetworkTelemetryRequest.Builder> getNetworkTelemetryRequest)Gets the network telemetry of the specified global network.default GetNetworkTelemetryResponseNetworkManagerClient. getNetworkTelemetry(GetNetworkTelemetryRequest getNetworkTelemetryRequest)Gets the network telemetry of the specified global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetNetworkTelemetryResponse Modifier and Type Method Description default CompletableFuture<GetNetworkTelemetryResponse>NetworkManagerAsyncClient. getNetworkTelemetry(Consumer<GetNetworkTelemetryRequest.Builder> getNetworkTelemetryRequest)Gets the network telemetry of the specified global network.default CompletableFuture<GetNetworkTelemetryResponse>NetworkManagerAsyncClient. getNetworkTelemetry(GetNetworkTelemetryRequest getNetworkTelemetryRequest)Gets the network telemetry of the specified global network. -
Uses of GetNetworkTelemetryResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetNetworkTelemetryResponse Modifier and Type Method Description Iterator<GetNetworkTelemetryResponse>GetNetworkTelemetryIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetNetworkTelemetryResponse Modifier and Type Method Description voidGetNetworkTelemetryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetNetworkTelemetryResponse> subscriber)
-