Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeVpcEncryptionControlsRequest.Builder
Packages that use DescribeVpcEncryptionControlsRequest.Builder
Package
Description
-
Uses of DescribeVpcEncryptionControlsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeVpcEncryptionControlsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeVpcEncryptionControls(Consumer<DescribeVpcEncryptionControlsRequest.Builder> describeVpcEncryptionControlsRequest) Describes one or more VPC Encryption Control configurations.Ec2Client.describeVpcEncryptionControls(Consumer<DescribeVpcEncryptionControlsRequest.Builder> describeVpcEncryptionControlsRequest) Describes one or more VPC Encryption Control configurations. -
Uses of DescribeVpcEncryptionControlsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeVpcEncryptionControlsRequest.BuilderModifier and TypeMethodDescriptionDescribeVpcEncryptionControlsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeVpcEncryptionControlsRequest.Builder.filters(Collection<Filter> filters) The filters to apply to the request.DescribeVpcEncryptionControlsRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters to apply to the request.The filters to apply to the request.DescribeVpcEncryptionControlsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.DescribeVpcEncryptionControlsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeVpcEncryptionControlsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeVpcEncryptionControlsRequest.toBuilder()DescribeVpcEncryptionControlsRequest.Builder.vpcEncryptionControlIds(String... vpcEncryptionControlIds) The IDs of the VPC Encryption Control configurations to describe.DescribeVpcEncryptionControlsRequest.Builder.vpcEncryptionControlIds(Collection<String> vpcEncryptionControlIds) The IDs of the VPC Encryption Control configurations to describe.The IDs of the VPCs to describe encryption control configurations for.DescribeVpcEncryptionControlsRequest.Builder.vpcIds(Collection<String> vpcIds) The IDs of the VPCs to describe encryption control configurations for.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeVpcEncryptionControlsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeVpcEncryptionControlsRequest.Builder>DescribeVpcEncryptionControlsRequest.serializableBuilderClass()