Uses of Interface
software.amazon.awssdk.services.vpclattice.model.ListServiceNetworksRequest.Builder
-
Packages that use ListServiceNetworksRequest.Builder 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.model -
-
Uses of ListServiceNetworksRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type ListServiceNetworksRequest.Builder Modifier and Type Method Description default CompletableFuture<ListServiceNetworksResponse>VpcLatticeAsyncClient. listServiceNetworks(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)Lists the service networks owned by the caller account or shared with the caller account.default ListServiceNetworksResponseVpcLatticeClient. listServiceNetworks(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)Lists the service networks owned by the caller account or shared with the caller account.default ListServiceNetworksPublisherVpcLatticeAsyncClient. listServiceNetworksPaginator(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)Lists the service networks owned by the caller account or shared with the caller account.default ListServiceNetworksIterableVpcLatticeClient. listServiceNetworksPaginator(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)Lists the service networks owned by the caller account or shared with the caller account. -
Uses of ListServiceNetworksRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ListServiceNetworksRequest.Builder Modifier and Type Method Description static ListServiceNetworksRequest.BuilderListServiceNetworksRequest. builder()ListServiceNetworksRequest.BuilderListServiceNetworksRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListServiceNetworksRequest.BuilderListServiceNetworksRequest.Builder. nextToken(String nextToken)A pagination token for the next page of results.ListServiceNetworksRequest.BuilderListServiceNetworksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceNetworksRequest.BuilderListServiceNetworksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServiceNetworksRequest.BuilderListServiceNetworksRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ListServiceNetworksRequest.Builder Modifier and Type Method Description static Class<? extends ListServiceNetworksRequest.Builder>ListServiceNetworksRequest. serializableBuilderClass()
-