Uses of Class
software.amazon.awssdk.services.lightsail.model.PeerVpcResponse
-
Packages that use PeerVpcResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of PeerVpcResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return PeerVpcResponse Modifier and Type Method Description default PeerVpcResponseLightsailClient. peerVpc()Peers the Lightsail VPC with the user's default VPC.default PeerVpcResponseLightsailClient. peerVpc(Consumer<PeerVpcRequest.Builder> peerVpcRequest)Peers the Lightsail VPC with the user's default VPC.default PeerVpcResponseLightsailClient. peerVpc(PeerVpcRequest peerVpcRequest)Peers the Lightsail VPC with the user's default VPC.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type PeerVpcResponse Modifier and Type Method Description default CompletableFuture<PeerVpcResponse>LightsailAsyncClient. peerVpc()Peers the Lightsail VPC with the user's default VPC.default CompletableFuture<PeerVpcResponse>LightsailAsyncClient. peerVpc(Consumer<PeerVpcRequest.Builder> peerVpcRequest)Peers the Lightsail VPC with the user's default VPC.default CompletableFuture<PeerVpcResponse>LightsailAsyncClient. peerVpc(PeerVpcRequest peerVpcRequest)Peers the Lightsail VPC with the user's default VPC.
-