Uses of Interface
software.amazon.awssdk.services.vpclattice.VpcLatticeClient
-
Packages that use VpcLatticeClient 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).software.amazon.awssdk.services.vpclattice.paginators -
-
Uses of VpcLatticeClient in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return VpcLatticeClient Modifier and Type Method Description static VpcLatticeClientVpcLatticeClient. create()Create aVpcLatticeClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of VpcLatticeClient in software.amazon.awssdk.services.vpclattice.paginators
Constructors in software.amazon.awssdk.services.vpclattice.paginators with parameters of type VpcLatticeClient Constructor Description ListAccessLogSubscriptionsIterable(VpcLatticeClient client, ListAccessLogSubscriptionsRequest firstRequest)ListListenersIterable(VpcLatticeClient client, ListListenersRequest firstRequest)ListRulesIterable(VpcLatticeClient client, ListRulesRequest firstRequest)ListServiceNetworkServiceAssociationsIterable(VpcLatticeClient client, ListServiceNetworkServiceAssociationsRequest firstRequest)ListServiceNetworksIterable(VpcLatticeClient client, ListServiceNetworksRequest firstRequest)ListServiceNetworkVpcAssociationsIterable(VpcLatticeClient client, ListServiceNetworkVpcAssociationsRequest firstRequest)ListServicesIterable(VpcLatticeClient client, ListServicesRequest firstRequest)ListTargetGroupsIterable(VpcLatticeClient client, ListTargetGroupsRequest firstRequest)ListTargetsIterable(VpcLatticeClient client, ListTargetsRequest firstRequest)
-