Uses of Interface
software.amazon.awssdk.services.vpclattice.model.ListServiceNetworkVpcAssociationsRequest.Builder
-
Packages that use ListServiceNetworkVpcAssociationsRequest.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 ListServiceNetworkVpcAssociationsRequest.Builder in software.amazon.awssdk.services.vpclattice
-
Uses of ListServiceNetworkVpcAssociationsRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ListServiceNetworkVpcAssociationsRequest.Builder Modifier and Type Method Description static ListServiceNetworkVpcAssociationsRequest.BuilderListServiceNetworkVpcAssociationsRequest. builder()ListServiceNetworkVpcAssociationsRequest.BuilderListServiceNetworkVpcAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListServiceNetworkVpcAssociationsRequest.BuilderListServiceNetworkVpcAssociationsRequest.Builder. nextToken(String nextToken)A pagination token for the next page of results.ListServiceNetworkVpcAssociationsRequest.BuilderListServiceNetworkVpcAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceNetworkVpcAssociationsRequest.BuilderListServiceNetworkVpcAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServiceNetworkVpcAssociationsRequest.BuilderListServiceNetworkVpcAssociationsRequest.Builder. serviceNetworkIdentifier(String serviceNetworkIdentifier)The ID or Amazon Resource Name (ARN) of the service network.ListServiceNetworkVpcAssociationsRequest.BuilderListServiceNetworkVpcAssociationsRequest. toBuilder()ListServiceNetworkVpcAssociationsRequest.BuilderListServiceNetworkVpcAssociationsRequest.Builder. vpcIdentifier(String vpcIdentifier)The ID or Amazon Resource Name (ARN) of the VPC.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ListServiceNetworkVpcAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListServiceNetworkVpcAssociationsRequest.Builder>ListServiceNetworkVpcAssociationsRequest. serializableBuilderClass()
-