File tree Expand file tree Collapse file tree 8 files changed +24
-26
lines changed
java/example_code/redshift Expand file tree Collapse file tree 8 files changed +24
-26
lines changed Original file line number Diff line number Diff line change 55
66package connection ;
77public class ConnectToCluster {
8- /*
9- The AWS SDK for Java v1 is on path to deprection. See :
10- https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
8+ /*
9+ The AWS SDK for Java v1 is approaching end-of-support. For more information, see :
10+ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
1111
1212 See the V2 version here:
1313 https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
1414 */
1515
16-
1716}
1817// snippet-end:[redshift.java.ConnectToCluster.complete]
Original file line number Diff line number Diff line change 44// snippet-start:[redshift.java.CreateAndDescribeSnapshot.complete]
55
66public class CreateAndDescribeSnapshot {
7- /*
8- The AWS SDK for Java v1 is on path to deprection. See :
9- https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
7+ /*
8+ The AWS SDK for Java v1 is approaching end-of-support. For more information, see :
9+ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
1010
1111 See the V2 version here:
1212 https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
Original file line number Diff line number Diff line change 1717// snippet-start:[redshift.java.CreateAndModifyCluster.complete]
1818
1919public class CreateAndModifyCluster {
20- /*
21- The AWS SDK for Java v1 is on path to deprection. See :
22- https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
20+ /*
21+ The AWS SDK for Java v1 is approaching end-of-support. For more information, see :
22+ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
2323
2424 See the V2 version here:
2525 https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
2626 */
27-
2827}
2928
3029// snippet-end:[redshift.java.CreateAndModifyCluster.complete]
Original file line number Diff line number Diff line change 1212import com .amazonaws .services .redshift .model .*;
1313
1414public class CreateAndModifyClusterParameterGroup {
15- /*
16- The AWS SDK for Java v1 is on path to deprection. See :
17- https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
15+ /*
16+ The AWS SDK for Java v1 is approaching end-of-support. For more information, see :
17+ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
1818
1919 See the V2 version here:
2020 https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
Original file line number Diff line number Diff line change 1212
1313public class CreateAndModifyClusterSecurityGroup {
1414
15- /*
16- The AWS SDK for Java v1 is on path to deprection. See :
17- https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
15+ /*
16+ The AWS SDK for Java v1 is approaching end-of-support. For more information, see :
17+ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
1818
1919 See the V2 version here:
2020 https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
Original file line number Diff line number Diff line change 1111import com .amazonaws .services .redshift .model .*;
1212
1313public class CreateAndModifyClusterSubnetGroup {
14- /*
15- The AWS SDK for Java v1 is on path to deprection. See :
16- https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
14+ /*
15+ The AWS SDK for Java v1 is approaching end-of-support. For more information, see :
16+ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
1717
1818 See the V2 version here:
1919 https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
Original file line number Diff line number Diff line change 1313import com .amazonaws .services .redshift .model .*;
1414
1515public class ListAndPurchaseReservedNodeOffering {
16- /*
17- The AWS SDK for Java v1 is on path to deprection. See :
18- https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
16+ /*
17+ The AWS SDK for Java v1 is approaching end-of-support. For more information, see :
18+ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
1919
2020 See the V2 version here:
2121 https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
Original file line number Diff line number Diff line change 33
44// snippet-start:[redshift.java.ListEvents.complete]
55public class ListEvents {
6- /*
7- The AWS SDK for Java v1 is on path to deprection. See :
8- https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
6+ /*
7+ The AWS SDK for Java v1 is approaching end-of-support. For more information, see :
8+ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/
99
1010 See the V2 version here:
1111 https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/redshift
You can’t perform that action at this time.
0 commit comments