Uses of Class
software.amazon.awssdk.services.privatenetworks.model.PingResponse
-
Packages that use PingResponse 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. -
-
Uses of PingResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return PingResponse Modifier and Type Method Description default PingResponsePrivateNetworksClient. ping(Consumer<PingRequest.Builder> pingRequest)Checks the health of the service.default PingResponsePrivateNetworksClient. ping(PingRequest pingRequest)Checks the health of the service.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type PingResponse Modifier and Type Method Description default CompletableFuture<PingResponse>PrivateNetworksAsyncClient. ping(Consumer<PingRequest.Builder> pingRequest)Checks the health of the service.default CompletableFuture<PingResponse>PrivateNetworksAsyncClient. ping(PingRequest pingRequest)Checks the health of the service.
-