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