Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeSnapshotAttributeRequest.Builder
Packages that use DescribeSnapshotAttributeRequest.Builder
Package
Description
-
Uses of DescribeSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeSnapshotAttribute(Consumer<DescribeSnapshotAttributeRequest.Builder> describeSnapshotAttributeRequest) Describes the specified attribute of the specified snapshot.Ec2Client.describeSnapshotAttribute(Consumer<DescribeSnapshotAttributeRequest.Builder> describeSnapshotAttributeRequest) Describes the specified attribute of the specified snapshot. -
Uses of DescribeSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionThe snapshot attribute you would like to view.DescribeSnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute) The snapshot attribute you would like to view.DescribeSnapshotAttributeRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeSnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeSnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeSnapshotAttributeRequest.Builder.snapshotId(String snapshotId) The ID of the EBS snapshot.DescribeSnapshotAttributeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeSnapshotAttributeRequest.Builder>DescribeSnapshotAttributeRequest.serializableBuilderClass()