Uses of Class
software.amazon.awssdk.services.privatenetworks.model.GetOrderResponse
-
Packages that use GetOrderResponse 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 GetOrderResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return GetOrderResponse Modifier and Type Method Description default GetOrderResponsePrivateNetworksClient. getOrder(Consumer<GetOrderRequest.Builder> getOrderRequest)Gets the specified order.default GetOrderResponsePrivateNetworksClient. getOrder(GetOrderRequest getOrderRequest)Gets the specified order.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type GetOrderResponse Modifier and Type Method Description default CompletableFuture<GetOrderResponse>PrivateNetworksAsyncClient. getOrder(Consumer<GetOrderRequest.Builder> getOrderRequest)Gets the specified order.default CompletableFuture<GetOrderResponse>PrivateNetworksAsyncClient. getOrder(GetOrderRequest getOrderRequest)Gets the specified order.
-