Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListServiceNetworksRequest
-
Packages that use ListServiceNetworksRequest 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 software.amazon.awssdk.services.vpclattice.transform -
-
Uses of ListServiceNetworksRequest in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice with parameters of type ListServiceNetworksRequest Modifier and Type Method Description default CompletableFuture<ListServiceNetworksResponse>VpcLatticeAsyncClient. listServiceNetworks(ListServiceNetworksRequest listServiceNetworksRequest)Lists the service networks owned by the caller account or shared with the caller account.default ListServiceNetworksResponseVpcLatticeClient. listServiceNetworks(ListServiceNetworksRequest listServiceNetworksRequest)Lists the service networks owned by the caller account or shared with the caller account.default ListServiceNetworksPublisherVpcLatticeAsyncClient. listServiceNetworksPaginator(ListServiceNetworksRequest listServiceNetworksRequest)Lists the service networks owned by the caller account or shared with the caller account.default ListServiceNetworksIterableVpcLatticeClient. listServiceNetworksPaginator(ListServiceNetworksRequest listServiceNetworksRequest)Lists the service networks owned by the caller account or shared with the caller account. -
Uses of ListServiceNetworksRequest in software.amazon.awssdk.services.vpclattice.paginators
Constructors in software.amazon.awssdk.services.vpclattice.paginators with parameters of type ListServiceNetworksRequest Constructor Description ListServiceNetworksIterable(VpcLatticeClient client, ListServiceNetworksRequest firstRequest)ListServiceNetworksPublisher(VpcLatticeAsyncClient client, ListServiceNetworksRequest firstRequest) -
Uses of ListServiceNetworksRequest in software.amazon.awssdk.services.vpclattice.transform
Methods in software.amazon.awssdk.services.vpclattice.transform with parameters of type ListServiceNetworksRequest Modifier and Type Method Description SdkHttpFullRequestListServiceNetworksRequestMarshaller. marshall(ListServiceNetworksRequest listServiceNetworksRequest)
-