Uses of Interface
software.amazon.awssdk.services.lightsail.model.CopySnapshotRequest.Builder
-
Packages that use CopySnapshotRequest.Builder Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications.software.amazon.awssdk.services.lightsail.model -
-
Uses of CopySnapshotRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type CopySnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CopySnapshotResponse>LightsailAsyncClient. copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot.default CopySnapshotResponseLightsailClient. copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot. -
Uses of CopySnapshotRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return CopySnapshotRequest.Builder Modifier and Type Method Description static CopySnapshotRequest.BuilderCopySnapshotRequest. builder()CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. restoreDate(String restoreDate)The date of the source automatic snapshot to copy.CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. sourceRegion(String sourceRegion)The Amazon Web Services Region where the source manual or automatic snapshot is located.CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. sourceRegion(RegionName sourceRegion)The Amazon Web Services Region where the source manual or automatic snapshot is located.CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. sourceResourceName(String sourceResourceName)The name of the source instance or disk from which the source automatic snapshot was created.CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. sourceSnapshotName(String sourceSnapshotName)The name of the source manual snapshot to copy.CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. targetSnapshotName(String targetSnapshotName)The name of the new manual snapshot to be created as a copy.CopySnapshotRequest.BuilderCopySnapshotRequest. toBuilder()CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. useLatestRestorableAutoSnapshot(Boolean useLatestRestorableAutoSnapshot)A Boolean value to indicate whether to use the latest available automatic snapshot of the specified source instance or disk.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CopySnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CopySnapshotRequest.Builder>CopySnapshotRequest. serializableBuilderClass()
-