2019-01-21 13:12:01 -08:00
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
/**
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* This file is licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License. A copy of
* the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
2019-02-01 14:37:00 -08:00
*/
2019-01-21 13:12:01 -08:00
// snippet-start:[redshift.java.CreateAndModifyCluster.complete]
public class CreateAndModifyCluster {
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
}
2019-02-01 14:37:00 -08:00
// snippet-end:[redshift.java.CreateAndModifyCluster.complete]