Uses of Class
software.amazon.awssdk.services.privatenetworks.model.GetNetworkResourceResponse
-
Packages that use GetNetworkResourceResponse 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 GetNetworkResourceResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return GetNetworkResourceResponse Modifier and Type Method Description default GetNetworkResourceResponsePrivateNetworksClient. getNetworkResource(Consumer<GetNetworkResourceRequest.Builder> getNetworkResourceRequest)Gets the specified network resource.default GetNetworkResourceResponsePrivateNetworksClient. getNetworkResource(GetNetworkResourceRequest getNetworkResourceRequest)Gets the specified network resource.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type GetNetworkResourceResponse Modifier and Type Method Description default CompletableFuture<GetNetworkResourceResponse>PrivateNetworksAsyncClient. getNetworkResource(Consumer<GetNetworkResourceRequest.Builder> getNetworkResourceRequest)Gets the specified network resource.default CompletableFuture<GetNetworkResourceResponse>PrivateNetworksAsyncClient. getNetworkResource(GetNetworkResourceRequest getNetworkResourceRequest)Gets the specified network resource.
-