Uses of Class
software.amazon.awssdk.services.ec2.model.ResetSnapshotAttributeResponse
-
Packages that use ResetSnapshotAttributeResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ResetSnapshotAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ResetSnapshotAttributeResponse Modifier and Type Method Description default 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 ResetSnapshotAttributeResponse Modifier and Type Method Description default CompletableFuture<ResetSnapshotAttributeResponse>Ec2AsyncClient. resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest)Resets permission settings for the specified snapshot.default CompletableFuture<ResetSnapshotAttributeResponse>Ec2AsyncClient. resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)Resets permission settings for the specified snapshot.
-