Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.CreateSnapshotCopyConfigurationResponse.Builder
-
Packages that use CreateSnapshotCopyConfigurationResponse.Builder Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of CreateSnapshotCopyConfigurationResponse.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return CreateSnapshotCopyConfigurationResponse.Builder Modifier and Type Method Description static CreateSnapshotCopyConfigurationResponse.BuilderCreateSnapshotCopyConfigurationResponse. builder()default CreateSnapshotCopyConfigurationResponse.BuilderCreateSnapshotCopyConfigurationResponse.Builder. snapshotCopyConfiguration(Consumer<SnapshotCopyConfiguration.Builder> snapshotCopyConfiguration)The snapshot copy configuration object that is returned.CreateSnapshotCopyConfigurationResponse.BuilderCreateSnapshotCopyConfigurationResponse.Builder. snapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)The snapshot copy configuration object that is returned.CreateSnapshotCopyConfigurationResponse.BuilderCreateSnapshotCopyConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type CreateSnapshotCopyConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotCopyConfigurationResponse.Builder>CreateSnapshotCopyConfigurationResponse. serializableBuilderClass()
-