Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeServiceLinkVirtualInterfacesRequest.Builder
Packages that use DescribeServiceLinkVirtualInterfacesRequest.Builder
Package
Description
-
Uses of DescribeServiceLinkVirtualInterfacesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeServiceLinkVirtualInterfacesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeServiceLinkVirtualInterfaces(Consumer<DescribeServiceLinkVirtualInterfacesRequest.Builder> describeServiceLinkVirtualInterfacesRequest) Describes the Outpost service link virtual interfaces.Ec2Client.describeServiceLinkVirtualInterfaces(Consumer<DescribeServiceLinkVirtualInterfacesRequest.Builder> describeServiceLinkVirtualInterfacesRequest) Describes the Outpost service link virtual interfaces. -
Uses of DescribeServiceLinkVirtualInterfacesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeServiceLinkVirtualInterfacesRequest.BuilderModifier and TypeMethodDescriptionDescribeServiceLinkVirtualInterfacesRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeServiceLinkVirtualInterfacesRequest.Builder.filters(Collection<Filter> filters) The filters to use for narrowing down the request.DescribeServiceLinkVirtualInterfacesRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters to use for narrowing down the request.The filters to use for narrowing down the request.DescribeServiceLinkVirtualInterfacesRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.DescribeServiceLinkVirtualInterfacesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeServiceLinkVirtualInterfacesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeServiceLinkVirtualInterfacesRequest.Builder.serviceLinkVirtualInterfaceIds(String... serviceLinkVirtualInterfaceIds) The IDs of the service link virtual interfaces.DescribeServiceLinkVirtualInterfacesRequest.Builder.serviceLinkVirtualInterfaceIds(Collection<String> serviceLinkVirtualInterfaceIds) The IDs of the service link virtual interfaces.DescribeServiceLinkVirtualInterfacesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeServiceLinkVirtualInterfacesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeServiceLinkVirtualInterfacesRequest.Builder>DescribeServiceLinkVirtualInterfacesRequest.serializableBuilderClass()