Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifySnapshotAttributeRequest.Builder
Packages that use ModifySnapshotAttributeRequest.Builder
Package
Description
-
Uses of ModifySnapshotAttributeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifySnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot.default ModifySnapshotAttributeResponseEc2Client.modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot. -
Uses of ModifySnapshotAttributeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifySnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionThe snapshot attribute to modify.ModifySnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute) The snapshot attribute to modify.ModifySnapshotAttributeRequest.builder()ModifySnapshotAttributeRequest.Builder.createVolumePermission(Consumer<CreateVolumePermissionModifications.Builder> createVolumePermission) A JSON representation of the snapshot attribute modification.ModifySnapshotAttributeRequest.Builder.createVolumePermission(CreateVolumePermissionModifications createVolumePermission) A JSON representation of the snapshot attribute modification.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifySnapshotAttributeRequest.Builder.groupNames(String... groupNames) The group to modify for the snapshot.ModifySnapshotAttributeRequest.Builder.groupNames(Collection<String> groupNames) The group to modify for the snapshot.ModifySnapshotAttributeRequest.Builder.operationType(String operationType) The type of operation to perform to the attribute.ModifySnapshotAttributeRequest.Builder.operationType(OperationType operationType) The type of operation to perform to the attribute.ModifySnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifySnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifySnapshotAttributeRequest.Builder.snapshotId(String snapshotId) The ID of the snapshot.ModifySnapshotAttributeRequest.toBuilder()The account ID to modify for the snapshot.ModifySnapshotAttributeRequest.Builder.userIds(Collection<String> userIds) The account ID to modify for the snapshot.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifySnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifySnapshotAttributeRequest.Builder>ModifySnapshotAttributeRequest.serializableBuilderClass()