Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeSnapshotAttributeResponse.Builder
Packages that use DescribeSnapshotAttributeResponse.Builder
-
Uses of DescribeSnapshotAttributeResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeSnapshotAttributeResponse.BuilderModifier and TypeMethodDescriptionDescribeSnapshotAttributeResponse.builder()DescribeSnapshotAttributeResponse.Builder.createVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions) The users and groups that have the permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResponse.Builder.createVolumePermissions(Consumer<CreateVolumePermission.Builder>... createVolumePermissions) The users and groups that have the permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResponse.Builder.createVolumePermissions(CreateVolumePermission... createVolumePermissions) The users and groups that have the permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResponse.Builder.productCodes(Collection<ProductCode> productCodes) The product codes.DescribeSnapshotAttributeResponse.Builder.productCodes(Consumer<ProductCode.Builder>... productCodes) The product codes.DescribeSnapshotAttributeResponse.Builder.productCodes(ProductCode... productCodes) The product codes.DescribeSnapshotAttributeResponse.Builder.snapshotId(String snapshotId) The ID of the EBS snapshot.DescribeSnapshotAttributeResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeSnapshotAttributeResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeSnapshotAttributeResponse.Builder>DescribeSnapshotAttributeResponse.serializableBuilderClass()