Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.ListSnapshotCopyConfigurationsRequest.Builder
-
Packages that use ListSnapshotCopyConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of ListSnapshotCopyConfigurationsRequest.Builder in software.amazon.awssdk.services.redshiftserverless
-
Uses of ListSnapshotCopyConfigurationsRequest.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return ListSnapshotCopyConfigurationsRequest.Builder Modifier and Type Method Description static ListSnapshotCopyConfigurationsRequest.BuilderListSnapshotCopyConfigurationsRequest. builder()ListSnapshotCopyConfigurationsRequest.BuilderListSnapshotCopyConfigurationsRequest.Builder. maxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.ListSnapshotCopyConfigurationsRequest.BuilderListSnapshotCopyConfigurationsRequest.Builder. namespaceName(String namespaceName)The namespace from which to list all snapshot copy configurations.ListSnapshotCopyConfigurationsRequest.BuilderListSnapshotCopyConfigurationsRequest.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListSnapshotCopyConfigurationsRequest.BuilderListSnapshotCopyConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSnapshotCopyConfigurationsRequest.BuilderListSnapshotCopyConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSnapshotCopyConfigurationsRequest.BuilderListSnapshotCopyConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type ListSnapshotCopyConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListSnapshotCopyConfigurationsRequest.Builder>ListSnapshotCopyConfigurationsRequest. serializableBuilderClass()
-