Uses of Interface
software.amazon.awssdk.services.lightsail.model.ExportSnapshotRequest.Builder
-
Packages that use ExportSnapshotRequest.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 ExportSnapshotRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type ExportSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<ExportSnapshotResponse>LightsailAsyncClient. exportSnapshot(Consumer<ExportSnapshotRequest.Builder> exportSnapshotRequest)Exports an Amazon Lightsail instance or block storage disk snapshot to Amazon Elastic Compute Cloud (Amazon EC2).default ExportSnapshotResponseLightsailClient. exportSnapshot(Consumer<ExportSnapshotRequest.Builder> exportSnapshotRequest)Exports an Amazon Lightsail instance or block storage disk snapshot to Amazon Elastic Compute Cloud (Amazon EC2). -
Uses of ExportSnapshotRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return ExportSnapshotRequest.Builder Modifier and Type Method Description static ExportSnapshotRequest.BuilderExportSnapshotRequest. builder()ExportSnapshotRequest.BuilderExportSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportSnapshotRequest.BuilderExportSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExportSnapshotRequest.BuilderExportSnapshotRequest.Builder. sourceSnapshotName(String sourceSnapshotName)The name of the instance or disk snapshot to be exported to Amazon EC2.ExportSnapshotRequest.BuilderExportSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ExportSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends ExportSnapshotRequest.Builder>ExportSnapshotRequest. serializableBuilderClass()
-