Uses of Class
software.amazon.awssdk.services.vpclattice.model.CreateServiceNetworkResponse
-
Packages that use CreateServiceNetworkResponse 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 CreateServiceNetworkResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return CreateServiceNetworkResponse Modifier and Type Method Description default CreateServiceNetworkResponseVpcLatticeClient. createServiceNetwork(Consumer<CreateServiceNetworkRequest.Builder> createServiceNetworkRequest)Creates a service network.default CreateServiceNetworkResponseVpcLatticeClient. createServiceNetwork(CreateServiceNetworkRequest createServiceNetworkRequest)Creates a service network.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type CreateServiceNetworkResponse Modifier and Type Method Description default CompletableFuture<CreateServiceNetworkResponse>VpcLatticeAsyncClient. createServiceNetwork(Consumer<CreateServiceNetworkRequest.Builder> createServiceNetworkRequest)Creates a service network.default CompletableFuture<CreateServiceNetworkResponse>VpcLatticeAsyncClient. createServiceNetwork(CreateServiceNetworkRequest createServiceNetworkRequest)Creates a service network.
-