Uses of Interface
software.amazon.awssdk.services.lightsail.model.PeerVpcRequest.Builder
-
Packages that use PeerVpcRequest.Builder 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.software.amazon.awssdk.services.lightsail.model -
-
Uses of PeerVpcRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type PeerVpcRequest.Builder Modifier and Type Method Description default CompletableFuture<PeerVpcResponse>LightsailAsyncClient. peerVpc(Consumer<PeerVpcRequest.Builder> peerVpcRequest)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. -
Uses of PeerVpcRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return PeerVpcRequest.Builder Modifier and Type Method Description static PeerVpcRequest.BuilderPeerVpcRequest. builder()PeerVpcRequest.BuilderPeerVpcRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PeerVpcRequest.BuilderPeerVpcRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PeerVpcRequest.BuilderPeerVpcRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type PeerVpcRequest.Builder Modifier and Type Method Description static Class<? extends PeerVpcRequest.Builder>PeerVpcRequest. serializableBuilderClass()
-