2019-01-21 13:12:01 -08:00
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
2024-01-16 10:41:11 -05:00
2019-01-21 13:12:01 -08:00
// snippet-start:[redshift.java.CreateAndModifyClusterParameterGroup.complete]
2019-02-01 14:37:00 -08:00
package com.amazonaws.services.redshift ;
2019-01-21 13:12:01 -08:00
import java.io.IOException ;
import java.util.ArrayList ;
import java.util.List ;
import com.amazonaws.services.redshift.model.* ;
public class CreateAndModifyClusterParameterGroup {
2024-10-08 16:10:57 -04:00
/*
The AWS SDK for Java v1 is approaching end-of-support. For more information, see:
https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
2019-01-21 13:12:01 -08:00
2024-10-08 16:10:57 -04:00
See the V2 version here:
https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
*/
2019-01-21 13:12:01 -08:00
}
// snippet-end:[redshift.java.CreateAndModifyClusterParameterGroup.complete]