Class TestUtils


  • @Deprecated
    public class TestUtils
    extends java.lang.Object
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestUtils()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void copy​(java.nio.file.Path source, java.nio.file.Path dest)
      Deprecated.
       
      static void copyFolder​(java.nio.file.Path src, java.nio.file.Path dest)
      Deprecated.
       
      static void disableSslCertChecking()
      Deprecated.
       
      static com.amazonaws.services.kinesis.AmazonKinesis getClientKinesis()
      Deprecated.
       
      static com.amazonaws.services.kinesis.AmazonKinesisAsync getClientKinesisAsync()
      Deprecated.
       
      static com.amazonaws.services.kinesis.AmazonKinesisAsync getClientKinesisAsync​(com.amazonaws.client.builder.ExecutorFactory executorFactory)
      Deprecated.
       
      static com.amazonaws.services.lambda.AWSLambda getClientLambda()
      Deprecated.
       
      static com.amazonaws.services.lambda.AWSLambdaAsync getClientLambdaAsync()
      Deprecated.
       
      static com.amazonaws.services.lambda.AWSLambdaAsync getClientLambdaAsync​(com.amazonaws.client.builder.ExecutorFactory executorFactory)
      Deprecated.
       
      static com.amazonaws.services.s3.AmazonS3 getClientS3()
      Deprecated.
       
      static com.amazonaws.services.s3.AmazonS3 getClientS3SSL()
      Deprecated.
       
      static com.amazonaws.services.secretsmanager.AWSSecretsManager getClientSecretsManager()
      Deprecated.
       
      static com.amazonaws.services.sns.AmazonSNS getClientSNS()
      Deprecated.
       
      static com.amazonaws.services.sns.AmazonSNSAsync getClientSNSAsync()
      Deprecated.
       
      static com.amazonaws.services.sns.AmazonSNSAsync getClientSNSAsync​(com.amazonaws.client.builder.ExecutorFactory executorFactory)
      Deprecated.
       
      static com.amazonaws.services.sqs.AmazonSQS getClientSQS()
      Deprecated.
       
      static com.amazonaws.services.sqs.AmazonSQSAsync getClientSQSAsync()
      Deprecated.
       
      static com.amazonaws.services.sqs.AmazonSQSAsync getClientSQSAsync​(com.amazonaws.client.builder.ExecutorFactory executorFactory)
      Deprecated.
       
      static com.amazonaws.auth.AWSCredentialsProvider getCredentialsProvider()
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfiguration​(java.lang.String endpointURL)
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationKinesis()
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationLambda()
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationS3()
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationS3SSL()
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationSecretsManager()
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationSNS()
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationSQS()
      Deprecated.
       
      protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationStepFunctions()
      Deprecated.
       
      static void setEnv​(java.lang.String key, java.lang.String value)
      Deprecated.
       
      protected static void setEnv​(java.util.Map<java.lang.String,​java.lang.String> newEnv)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_REGION

        public static final java.lang.String DEFAULT_REGION
        Deprecated.
        See Also:
        Constant Field Values
      • TEST_ACCESS_KEY

        public static final java.lang.String TEST_ACCESS_KEY
        Deprecated.
        See Also:
        Constant Field Values
      • TEST_SECRET_KEY

        public static final java.lang.String TEST_SECRET_KEY
        Deprecated.
        See Also:
        Constant Field Values
      • TEST_CREDENTIALS

        public static final com.amazonaws.auth.AWSCredentials TEST_CREDENTIALS
        Deprecated.
    • Constructor Detail

      • TestUtils

        public TestUtils()
        Deprecated.
    • Method Detail

      • setEnv

        public static void setEnv​(java.lang.String key,
                                  java.lang.String value)
        Deprecated.
      • getClientSQS

        public static com.amazonaws.services.sqs.AmazonSQS getClientSQS()
        Deprecated.
      • getClientSQSAsync

        public static com.amazonaws.services.sqs.AmazonSQSAsync getClientSQSAsync()
        Deprecated.
      • getClientSQSAsync

        public static com.amazonaws.services.sqs.AmazonSQSAsync getClientSQSAsync​(com.amazonaws.client.builder.ExecutorFactory executorFactory)
        Deprecated.
      • getClientSNS

        public static com.amazonaws.services.sns.AmazonSNS getClientSNS()
        Deprecated.
      • getClientSNSAsync

        public static com.amazonaws.services.sns.AmazonSNSAsync getClientSNSAsync()
        Deprecated.
      • getClientSNSAsync

        public static com.amazonaws.services.sns.AmazonSNSAsync getClientSNSAsync​(com.amazonaws.client.builder.ExecutorFactory executorFactory)
        Deprecated.
      • getClientLambda

        public static com.amazonaws.services.lambda.AWSLambda getClientLambda()
        Deprecated.
      • getClientLambdaAsync

        public static com.amazonaws.services.lambda.AWSLambdaAsync getClientLambdaAsync()
        Deprecated.
      • getClientLambdaAsync

        public static com.amazonaws.services.lambda.AWSLambdaAsync getClientLambdaAsync​(com.amazonaws.client.builder.ExecutorFactory executorFactory)
        Deprecated.
      • getClientS3

        public static com.amazonaws.services.s3.AmazonS3 getClientS3()
        Deprecated.
      • getClientS3SSL

        public static com.amazonaws.services.s3.AmazonS3 getClientS3SSL()
        Deprecated.
      • getClientSecretsManager

        public static com.amazonaws.services.secretsmanager.AWSSecretsManager getClientSecretsManager()
        Deprecated.
      • getClientKinesis

        public static com.amazonaws.services.kinesis.AmazonKinesis getClientKinesis()
        Deprecated.
      • getClientKinesisAsync

        public static com.amazonaws.services.kinesis.AmazonKinesisAsync getClientKinesisAsync()
        Deprecated.
      • getClientKinesisAsync

        public static com.amazonaws.services.kinesis.AmazonKinesisAsync getClientKinesisAsync​(com.amazonaws.client.builder.ExecutorFactory executorFactory)
        Deprecated.
      • getEndpointConfigurationLambda

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationLambda()
        Deprecated.
      • getEndpointConfigurationKinesis

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationKinesis()
        Deprecated.
      • getEndpointConfigurationSQS

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationSQS()
        Deprecated.
      • getEndpointConfigurationS3

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationS3()
        Deprecated.
      • getEndpointConfigurationSNS

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationSNS()
        Deprecated.
      • getEndpointConfigurationS3SSL

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationS3SSL()
        Deprecated.
      • getEndpointConfigurationSecretsManager

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationSecretsManager()
        Deprecated.
      • getEndpointConfigurationStepFunctions

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfigurationStepFunctions()
        Deprecated.
      • setEnv

        protected static void setEnv​(java.util.Map<java.lang.String,​java.lang.String> newEnv)
        Deprecated.
      • disableSslCertChecking

        public static void disableSslCertChecking()
        Deprecated.
      • copyFolder

        public static void copyFolder​(java.nio.file.Path src,
                                      java.nio.file.Path dest)
                               throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • copy

        public static void copy​(java.nio.file.Path source,
                                java.nio.file.Path dest)
        Deprecated.
      • getCredentialsProvider

        public static com.amazonaws.auth.AWSCredentialsProvider getCredentialsProvider()
        Deprecated.
      • getEndpointConfiguration

        protected static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfiguration​(java.lang.String endpointURL)
        Deprecated.