Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetServiceNetworkResponse
-
Packages that use GetServiceNetworkResponse Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). -
-
Uses of GetServiceNetworkResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return GetServiceNetworkResponse Modifier and Type Method Description default GetServiceNetworkResponseVpcLatticeClient. getServiceNetwork(Consumer<GetServiceNetworkRequest.Builder> getServiceNetworkRequest)Retrieves information about the specified service network.default GetServiceNetworkResponseVpcLatticeClient. getServiceNetwork(GetServiceNetworkRequest getServiceNetworkRequest)Retrieves information about the specified service network.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type GetServiceNetworkResponse Modifier and Type Method Description default CompletableFuture<GetServiceNetworkResponse>VpcLatticeAsyncClient. getServiceNetwork(Consumer<GetServiceNetworkRequest.Builder> getServiceNetworkRequest)Retrieves information about the specified service network.default CompletableFuture<GetServiceNetworkResponse>VpcLatticeAsyncClient. getServiceNetwork(GetServiceNetworkRequest getServiceNetworkRequest)Retrieves information about the specified service network.
-