Uses of Class
software.amazon.awssdk.services.ec2.model.ModifySnapshotAttributeResponse
Packages that use ModifySnapshotAttributeResponse
-
Uses of ModifySnapshotAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifySnapshotAttributeResponseModifier and TypeMethodDescriptiondefault ModifySnapshotAttributeResponseEc2Client.modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot.default ModifySnapshotAttributeResponseEc2Client.modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifySnapshotAttributeResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot.Ec2AsyncClient.modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot.