Uses of Interface
software.amazon.awssdk.services.vpclattice.VpcLatticeBaseClientBuilder
-
Packages that use VpcLatticeBaseClientBuilder 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 VpcLatticeBaseClientBuilder in software.amazon.awssdk.services.vpclattice
Classes in software.amazon.awssdk.services.vpclattice with type parameters of type VpcLatticeBaseClientBuilder Modifier and Type Interface Description interfaceVpcLatticeBaseClientBuilder<B extends VpcLatticeBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon VPC Lattice that is supported by bothVpcLatticeClientBuilderandVpcLatticeAsyncClientBuilder.Subinterfaces of VpcLatticeBaseClientBuilder in software.amazon.awssdk.services.vpclattice Modifier and Type Interface Description interfaceVpcLatticeAsyncClientBuilderA builder for creating an instance ofVpcLatticeAsyncClient.interfaceVpcLatticeClientBuilderA builder for creating an instance ofVpcLatticeClient.
-