Uses of Class
software.amazon.awssdk.services.ec2.model.ModifySnapshotAttributeRequest
-
Packages that use ModifySnapshotAttributeRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of ModifySnapshotAttributeRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type ModifySnapshotAttributeRequest Modifier and Type Method Description default CompletableFuture<ModifySnapshotAttributeResponse>Ec2AsyncClient. modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)Adds or removes permission settings for the specified snapshot.default ModifySnapshotAttributeResponseEc2Client. modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)Adds or removes permission settings for the specified snapshot. -
Uses of ModifySnapshotAttributeRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type ModifySnapshotAttributeRequest Modifier and Type Method Description SdkHttpFullRequestModifySnapshotAttributeRequestMarshaller. marshall(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
-