Uses of Interface
software.amazon.awssdk.services.elasticache.model.ExportServerlessCacheSnapshotRequest.Builder
-
Packages that use ExportServerlessCacheSnapshotRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of ExportServerlessCacheSnapshotRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type ExportServerlessCacheSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<ExportServerlessCacheSnapshotResponse>ElastiCacheAsyncClient. exportServerlessCacheSnapshot(Consumer<ExportServerlessCacheSnapshotRequest.Builder> exportServerlessCacheSnapshotRequest)Provides the functionality to export the serverless cache snapshot data to Amazon S3.default ExportServerlessCacheSnapshotResponseElastiCacheClient. exportServerlessCacheSnapshot(Consumer<ExportServerlessCacheSnapshotRequest.Builder> exportServerlessCacheSnapshotRequest)Provides the functionality to export the serverless cache snapshot data to Amazon S3. -
Uses of ExportServerlessCacheSnapshotRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ExportServerlessCacheSnapshotRequest.Builder Modifier and Type Method Description static ExportServerlessCacheSnapshotRequest.BuilderExportServerlessCacheSnapshotRequest. builder()ExportServerlessCacheSnapshotRequest.BuilderExportServerlessCacheSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportServerlessCacheSnapshotRequest.BuilderExportServerlessCacheSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExportServerlessCacheSnapshotRequest.BuilderExportServerlessCacheSnapshotRequest.Builder. s3BucketName(String s3BucketName)Name of the Amazon S3 bucket to export the snapshot to.ExportServerlessCacheSnapshotRequest.BuilderExportServerlessCacheSnapshotRequest.Builder. serverlessCacheSnapshotName(String serverlessCacheSnapshotName)The identifier of the serverless cache snapshot to be exported to S3.ExportServerlessCacheSnapshotRequest.BuilderExportServerlessCacheSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ExportServerlessCacheSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends ExportServerlessCacheSnapshotRequest.Builder>ExportServerlessCacheSnapshotRequest. serializableBuilderClass()
-