JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloudsearchv2

Class AmazonCloudSearchClient

  • All Implemented Interfaces:
    AmazonCloudSearch
    Direct Known Subclasses:
    AmazonCloudSearchAsyncClient


    @ThreadSafe
     @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public class AmazonCloudSearchClient
    extends AmazonWebServiceClient
    implements AmazonCloudSearch 
    Client for accessing Amazon CloudSearch. All service calls made using this client are blocking, and will not return until the service call completes.

    Amazon CloudSearch Configuration Service

    You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.

    The endpoint for configuration service requests is region-specific: cloudsearch.region.amazonaws.com. For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.

    • Constructor Detail

      • AmazonCloudSearchClient

        @Deprecated
        public AmazonCloudSearchClient()
        Constructs a new client to invoke service methods on Amazon CloudSearch. A credentials provider chain will be used that searches for credentials in this order:
        • Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
        • Java System Properties - aws.accessKeyId and aws.secretKey
        • Instance profile credentials delivered through the Amazon EC2 metadata service

        All service calls made using this new client object are blocking, and will not return until the service call completes.

        See Also:
        DefaultAWSCredentialsProviderChain
      • AmazonCloudSearchClient

        @Deprecated
        public AmazonCloudSearchClient(ClientConfiguration clientConfiguration)
        Constructs a new client to invoke service methods on Amazon CloudSearch. A credentials provider chain will be used that searches for credentials in this order:
        • Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
        • Java System Properties - aws.accessKeyId and aws.secretKey
        • Instance profile credentials delivered through the Amazon EC2 metadata service

        All service calls made using this new client object are blocking, and will not return until the service call completes.

        Parameters:
        clientConfiguration - The client configuration options controlling how this client connects to Amazon CloudSearch (ex: proxy settings, retry counts, etc.).
        See Also:
        DefaultAWSCredentialsProviderChain
      • AmazonCloudSearchClient

        @Deprecated
        public AmazonCloudSearchClient(AWSCredentials awsCredentials)
        Deprecated. use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonCloudSearchClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
        Constructs a new client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials.

        All service calls made using this new client object are blocking, and will not return until the service call completes.

        Parameters:
        awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.
      • AmazonCloudSearchClient

        @Deprecated
        public AmazonCloudSearchClient(AWSCredentials awsCredentials,
         ClientConfiguration clientConfiguration)
        Constructs a new client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials and client configuration options.

        All service calls made using this new client object are blocking, and will not return until the service call completes.

        Parameters:
        awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.
        clientConfiguration - The client configuration options controlling how this client connects to Amazon CloudSearch (ex: proxy settings, retry counts, etc.).
      • AmazonCloudSearchClient

        @Deprecated
        public AmazonCloudSearchClient(AWSCredentialsProvider awsCredentialsProvider)
        Constructs a new client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials provider.

        All service calls made using this new client object are blocking, and will not return until the service call completes.

        Parameters:
        awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.
      • AmazonCloudSearchClient

        @Deprecated
        public AmazonCloudSearchClient(AWSCredentialsProvider awsCredentialsProvider,
         ClientConfiguration clientConfiguration)
        Constructs a new client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials provider and client configuration options.

        All service calls made using this new client object are blocking, and will not return until the service call completes.

        Parameters:
        awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.
        clientConfiguration - The client configuration options controlling how this client connects to Amazon CloudSearch (ex: proxy settings, retry counts, etc.).
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /