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.CreateAndDescribeSnapshot.complete]
2019-02-01 14:37:00 -08:00
2019-01-21 13:12:01 -08:00
public class CreateAndDescribeSnapshot {
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
}
2020-10-21 01:24:38 -07:00
// snippet-end:[redshift.java.CreateAndDescribeSnapshot.complete]