Uses of Interface
software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsFilter.Builder
-
Packages that use ListVpcIngressConnectionsFilter.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of ListVpcIngressConnectionsFilter.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return ListVpcIngressConnectionsFilter.Builder Modifier and Type Method Description static ListVpcIngressConnectionsFilter.BuilderListVpcIngressConnectionsFilter. builder()ListVpcIngressConnectionsFilter.BuilderListVpcIngressConnectionsFilter.Builder. serviceArn(String serviceArn)The Amazon Resource Name (ARN) of a service to filter by.ListVpcIngressConnectionsFilter.BuilderListVpcIngressConnectionsFilter. toBuilder()ListVpcIngressConnectionsFilter.BuilderListVpcIngressConnectionsFilter.Builder. vpcEndpointId(String vpcEndpointId)The ID of a VPC Endpoint to filter by.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type ListVpcIngressConnectionsFilter.Builder Modifier and Type Method Description static Class<? extends ListVpcIngressConnectionsFilter.Builder>ListVpcIngressConnectionsFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type ListVpcIngressConnectionsFilter.Builder Modifier and Type Method Description default ListVpcIngressConnectionsRequest.BuilderListVpcIngressConnectionsRequest.Builder. filter(Consumer<ListVpcIngressConnectionsFilter.Builder> filter)The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.
-