Uses of Interface
software.amazon.awssdk.services.ec2.model.ResetSnapshotAttributeRequest.Builder
Packages that use ResetSnapshotAttributeRequest.Builder
Package
Description
-
Uses of ResetSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ResetSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot.default ResetSnapshotAttributeResponseEc2Client.resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot. -
Uses of ResetSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ResetSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionThe attribute to reset.ResetSnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute) The attribute to reset.ResetSnapshotAttributeRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ResetSnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ResetSnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ResetSnapshotAttributeRequest.Builder.snapshotId(String snapshotId) The ID of the snapshot.ResetSnapshotAttributeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ResetSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResetSnapshotAttributeRequest.Builder>ResetSnapshotAttributeRequest.serializableBuilderClass()