Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.SnapshotCopyConfiguration
-
Packages that use SnapshotCopyConfiguration Package Description software.amazon.awssdk.services.redshiftserverless.model software.amazon.awssdk.services.redshiftserverless.paginators -
-
Uses of SnapshotCopyConfiguration in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return SnapshotCopyConfiguration Modifier and Type Method Description SnapshotCopyConfigurationCreateSnapshotCopyConfigurationResponse. snapshotCopyConfiguration()The snapshot copy configuration object that is returned.SnapshotCopyConfigurationDeleteSnapshotCopyConfigurationResponse. snapshotCopyConfiguration()The deleted snapshot copy configuration object.SnapshotCopyConfigurationUpdateSnapshotCopyConfigurationResponse. snapshotCopyConfiguration()The updated snapshot copy configuration object.Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type SnapshotCopyConfiguration Modifier and Type Method Description List<SnapshotCopyConfiguration>ListSnapshotCopyConfigurationsResponse. snapshotCopyConfigurations()All of the returned snapshot copy configurations.Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type SnapshotCopyConfiguration Modifier and Type Method Description CreateSnapshotCopyConfigurationResponse.BuilderCreateSnapshotCopyConfigurationResponse.Builder. snapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)The snapshot copy configuration object that is returned.DeleteSnapshotCopyConfigurationResponse.BuilderDeleteSnapshotCopyConfigurationResponse.Builder. snapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)The deleted snapshot copy configuration object.UpdateSnapshotCopyConfigurationResponse.BuilderUpdateSnapshotCopyConfigurationResponse.Builder. snapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)The updated snapshot copy configuration object.ListSnapshotCopyConfigurationsResponse.BuilderListSnapshotCopyConfigurationsResponse.Builder. snapshotCopyConfigurations(SnapshotCopyConfiguration... snapshotCopyConfigurations)All of the returned snapshot copy configurations.Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type SnapshotCopyConfiguration Modifier and Type Method Description ListSnapshotCopyConfigurationsResponse.BuilderListSnapshotCopyConfigurationsResponse.Builder. snapshotCopyConfigurations(Collection<SnapshotCopyConfiguration> snapshotCopyConfigurations)All of the returned snapshot copy configurations. -
Uses of SnapshotCopyConfiguration in software.amazon.awssdk.services.redshiftserverless.paginators
Methods in software.amazon.awssdk.services.redshiftserverless.paginators that return types with arguments of type SnapshotCopyConfiguration Modifier and Type Method Description SdkIterable<SnapshotCopyConfiguration>ListSnapshotCopyConfigurationsIterable. snapshotCopyConfigurations()Returns an iterable to iterate through the paginatedListSnapshotCopyConfigurationsResponse.snapshotCopyConfigurations()member.SdkPublisher<SnapshotCopyConfiguration>ListSnapshotCopyConfigurationsPublisher. snapshotCopyConfigurations()Returns a publisher that can be used to get a stream of data.
-