Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeSecondaryInterfacesRequest.Builder
Packages that use DescribeSecondaryInterfacesRequest.Builder
Package
Description
-
Uses of DescribeSecondaryInterfacesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeSecondaryInterfacesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeSecondaryInterfaces(Consumer<DescribeSecondaryInterfacesRequest.Builder> describeSecondaryInterfacesRequest) Describes one or more of your secondary interfaces.Ec2Client.describeSecondaryInterfaces(Consumer<DescribeSecondaryInterfacesRequest.Builder> describeSecondaryInterfacesRequest) Describes one or more of your secondary interfaces.Ec2AsyncClient.describeSecondaryInterfacesPaginator(Consumer<DescribeSecondaryInterfacesRequest.Builder> describeSecondaryInterfacesRequest) This is a variant ofEc2AsyncClient.describeSecondaryInterfaces(software.amazon.awssdk.services.ec2.model.DescribeSecondaryInterfacesRequest)operation.Ec2Client.describeSecondaryInterfacesPaginator(Consumer<DescribeSecondaryInterfacesRequest.Builder> describeSecondaryInterfacesRequest) This is a variant ofEc2Client.describeSecondaryInterfaces(software.amazon.awssdk.services.ec2.model.DescribeSecondaryInterfacesRequest)operation. -
Uses of DescribeSecondaryInterfacesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeSecondaryInterfacesRequest.BuilderModifier and TypeMethodDescriptionDescribeSecondaryInterfacesRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeSecondaryInterfacesRequest.Builder.filters(Collection<Filter> filters) The filters.DescribeSecondaryInterfacesRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters.The filters.DescribeSecondaryInterfacesRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.DescribeSecondaryInterfacesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeSecondaryInterfacesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeSecondaryInterfacesRequest.Builder.secondaryInterfaceIds(String... secondaryInterfaceIds) The IDs of the secondary interfaces.DescribeSecondaryInterfacesRequest.Builder.secondaryInterfaceIds(Collection<String> secondaryInterfaceIds) The IDs of the secondary interfaces.DescribeSecondaryInterfacesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeSecondaryInterfacesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeSecondaryInterfacesRequest.Builder>DescribeSecondaryInterfacesRequest.serializableBuilderClass()