Uses of Class
software.amazon.awssdk.services.ec2.model.ResetSnapshotAttributeResponse
Packages that use ResetSnapshotAttributeResponse
-
Uses of ResetSnapshotAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ResetSnapshotAttributeResponseModifier and TypeMethodDescriptiondefault ResetSnapshotAttributeResponseEc2Client.resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot.default ResetSnapshotAttributeResponseEc2Client.resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ResetSnapshotAttributeResponseModifier and TypeMethodDescriptionEc2AsyncClient.resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot.Ec2AsyncClient.resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot.