Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointAssociationsRequest.Builder
Packages that use DescribeVpcEndpointAssociationsRequest.Builder
Package
Description
-
Uses of DescribeVpcEndpointAssociationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeVpcEndpointAssociationsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeVpcEndpointAssociations(Consumer<DescribeVpcEndpointAssociationsRequest.Builder> describeVpcEndpointAssociationsRequest) Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint.Ec2Client.describeVpcEndpointAssociations(Consumer<DescribeVpcEndpointAssociationsRequest.Builder> describeVpcEndpointAssociationsRequest) Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint. -
Uses of DescribeVpcEndpointAssociationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeVpcEndpointAssociationsRequest.BuilderModifier and TypeMethodDescriptionDescribeVpcEndpointAssociationsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeVpcEndpointAssociationsRequest.Builder.filters(Collection<Filter> filters) The filters.DescribeVpcEndpointAssociationsRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters.The filters.DescribeVpcEndpointAssociationsRequest.Builder.maxResults(Integer maxResults) The maximum page size.The pagination token.DescribeVpcEndpointAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeVpcEndpointAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeVpcEndpointAssociationsRequest.toBuilder()DescribeVpcEndpointAssociationsRequest.Builder.vpcEndpointIds(String... vpcEndpointIds) The IDs of the VPC endpoints.DescribeVpcEndpointAssociationsRequest.Builder.vpcEndpointIds(Collection<String> vpcEndpointIds) The IDs of the VPC endpoints.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeVpcEndpointAssociationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeVpcEndpointAssociationsRequest.Builder>DescribeVpcEndpointAssociationsRequest.serializableBuilderClass()