메소드 | 설명 | |
---|---|---|
AddTags ( Amazon.Elasticsearch.Model.AddTagsRequest request ) : AddTagsResponse |
Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information.
|
|
AddTagsAsync ( Amazon.Elasticsearch.Model.AddTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the AddTags operation.
|
|
AmazonElasticsearchClient ( ) : System |
Constructs AmazonElasticsearchClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonElasticsearchClient ( |
Constructs AmazonElasticsearchClient with AWS Credentials
|
|
AmazonElasticsearchClient ( |
Constructs AmazonElasticsearchClient with AWS Credentials and an AmazonElasticsearchClient Configuration object.
|
|
AmazonElasticsearchClient ( |
Constructs AmazonElasticsearchClient with AWS Credentials
|
|
AmazonElasticsearchClient ( |
Constructs AmazonElasticsearchClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonElasticsearchClient ( RegionEndpoint region ) : System |
Constructs AmazonElasticsearchClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonElasticsearchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonElasticsearchClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticsearchClient Configuration object.
|
|
AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonElasticsearchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonElasticsearchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonElasticsearchClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticsearchClient Configuration object.
|
|
AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonElasticsearchClient with AWS Access Key ID and AWS Secret Key
|
|
BeginAddTags ( Amazon.Elasticsearch.Model.AddTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the AddTags operation.
|
|
BeginCreateElasticsearchDomain ( |
Initiates the asynchronous execution of the CreateElasticsearchDomain operation.
|
|
BeginDeleteElasticsearchDomain ( Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteElasticsearchDomain operation.
|
|
BeginDescribeElasticsearchDomain ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeElasticsearchDomain operation.
|
|
BeginDescribeElasticsearchDomainConfig ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeElasticsearchDomainConfig operation.
|
|
BeginDescribeElasticsearchDomains ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeElasticsearchDomains operation.
|
|
BeginListDomainNames ( ListDomainNamesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ListDomainNames operation.
|
|
BeginListTags ( Amazon.Elasticsearch.Model.ListTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ListTags operation.
|
|
BeginRemoveTags ( Amazon.Elasticsearch.Model.RemoveTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the RemoveTags operation.
|
|
BeginUpdateElasticsearchDomainConfig ( Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the UpdateElasticsearchDomainConfig operation.
|
|
CreateElasticsearchDomain ( |
Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.
|
|
CreateElasticsearchDomainAsync ( |
Initiates the asynchronous execution of the CreateElasticsearchDomain operation.
|
|
DeleteElasticsearchDomain ( Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest request ) : Amazon.Elasticsearch.Model.DeleteElasticsearchDomainResponse |
Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.
|
|
DeleteElasticsearchDomainAsync ( Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteElasticsearchDomain operation.
|
|
DescribeElasticsearchDomain ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest request ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainResponse |
Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.
|
|
DescribeElasticsearchDomainAsync ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeElasticsearchDomain operation.
|
|
DescribeElasticsearchDomainConfig ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest request ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigResponse |
Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.
|
|
DescribeElasticsearchDomainConfigAsync ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeElasticsearchDomainConfig operation.
|
|
DescribeElasticsearchDomains ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest request ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsResponse |
Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.
|
|
DescribeElasticsearchDomainsAsync ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeElasticsearchDomains operation.
|
|
EndAddTags ( IAsyncResult asyncResult ) : AddTagsResponse |
Finishes the asynchronous execution of the AddTags operation.
|
|
EndCreateElasticsearchDomain ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.CreateElasticsearchDomainResponse |
Finishes the asynchronous execution of the CreateElasticsearchDomain operation.
|
|
EndDeleteElasticsearchDomain ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.DeleteElasticsearchDomainResponse |
Finishes the asynchronous execution of the DeleteElasticsearchDomain operation.
|
|
EndDescribeElasticsearchDomain ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainResponse |
Finishes the asynchronous execution of the DescribeElasticsearchDomain operation.
|
|
EndDescribeElasticsearchDomainConfig ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigResponse |
Finishes the asynchronous execution of the DescribeElasticsearchDomainConfig operation.
|
|
EndDescribeElasticsearchDomains ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsResponse |
Finishes the asynchronous execution of the DescribeElasticsearchDomains operation.
|
|
EndListDomainNames ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.ListDomainNamesResponse |
Finishes the asynchronous execution of the ListDomainNames operation.
|
|
EndListTags ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.ListTagsResponse |
Finishes the asynchronous execution of the ListTags operation.
|
|
EndRemoveTags ( IAsyncResult asyncResult ) : RemoveTagsResponse |
Finishes the asynchronous execution of the RemoveTags operation.
|
|
EndUpdateElasticsearchDomainConfig ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigResponse |
Finishes the asynchronous execution of the UpdateElasticsearchDomainConfig operation.
|
|
ListDomainNames ( ListDomainNamesRequest request ) : Amazon.Elasticsearch.Model.ListDomainNamesResponse |
Returns the name of all Elasticsearch domains owned by the current user's account.
|
|
ListDomainNamesAsync ( ListDomainNamesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListDomainNames operation.
|
|
ListTags ( Amazon.Elasticsearch.Model.ListTagsRequest request ) : Amazon.Elasticsearch.Model.ListTagsResponse |
Returns all tags for the given Elasticsearch domain.
|
|
ListTagsAsync ( Amazon.Elasticsearch.Model.ListTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListTags operation.
|
|
RemoveTags ( Amazon.Elasticsearch.Model.RemoveTagsRequest request ) : RemoveTagsResponse |
Removes the specified set of tags from the specified Elasticsearch domain.
|
|
RemoveTagsAsync ( Amazon.Elasticsearch.Model.RemoveTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the RemoveTags operation.
|
|
UpdateElasticsearchDomainConfig ( Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest request ) : Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigResponse |
Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.
|
|
UpdateElasticsearchDomainConfigAsync ( Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the UpdateElasticsearchDomainConfig operation.
|
메소드 | 설명 | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AddTags ( Amazon.Elasticsearch.Model.AddTagsRequest request ) : AddTagsResponse | ||
request | Amazon.Elasticsearch.Model.AddTagsRequest | Container for the necessary parameters to execute the AddTags service method. |
리턴 | AddTagsResponse |
public AddTagsAsync ( Amazon.Elasticsearch.Model.AddTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Elasticsearch.Model.AddTagsRequest | Container for the necessary parameters to execute the AddTags operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public AmazonElasticsearchClient ( |
||
credentials | AWS Credentials | |
리턴 | System |
public AmazonElasticsearchClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonElasticsearchClient Configuration Object | |
리턴 | System |
public AmazonElasticsearchClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonElasticsearchClient ( |
||
config | The AmazonElasticsearchClient Configuration Object | |
리턴 | System |
public AmazonElasticsearchClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
리턴 | System |
public AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonElasticsearchClient Configuration Object | |
리턴 | System |
public AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
리턴 | System |
public AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonElasticsearchClient Configuration Object | |
리턴 | System |
public AmazonElasticsearchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public BeginAddTags ( Amazon.Elasticsearch.Model.AddTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Elasticsearch.Model.AddTagsRequest | Container for the necessary parameters to execute the AddTags operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginCreateElasticsearchDomain ( |
||
request | Container for the necessary parameters to execute the CreateElasticsearchDomain operation on AmazonElasticsearchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginDeleteElasticsearchDomain ( Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest | Container for the necessary parameters to execute the DeleteElasticsearchDomain operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginDescribeElasticsearchDomain ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomain operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginDescribeElasticsearchDomainConfig ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomainConfig operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginDescribeElasticsearchDomains ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomains operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginListDomainNames ( ListDomainNamesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | ListDomainNamesRequest | Container for the necessary parameters to execute the ListDomainNames operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginListTags ( Amazon.Elasticsearch.Model.ListTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Elasticsearch.Model.ListTagsRequest | Container for the necessary parameters to execute the ListTags operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginRemoveTags ( Amazon.Elasticsearch.Model.RemoveTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Elasticsearch.Model.RemoveTagsRequest | Container for the necessary parameters to execute the RemoveTags operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginUpdateElasticsearchDomainConfig ( Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest | Container for the necessary parameters to execute the UpdateElasticsearchDomainConfig operation on AmazonElasticsearchClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public CreateElasticsearchDomain ( |
||
request | Container for the necessary parameters to execute the CreateElasticsearchDomain service method. | |
리턴 | Amazon.Elasticsearch.Model.CreateElasticsearchDomainResponse |
public CreateElasticsearchDomainAsync ( |
||
request | Container for the necessary parameters to execute the CreateElasticsearchDomain operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
protected CreateSigner ( ) : |
||
리턴 |
public DeleteElasticsearchDomain ( Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest request ) : Amazon.Elasticsearch.Model.DeleteElasticsearchDomainResponse | ||
request | Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest | Container for the necessary parameters to execute the DeleteElasticsearchDomain service method. |
리턴 | Amazon.Elasticsearch.Model.DeleteElasticsearchDomainResponse |
public DeleteElasticsearchDomainAsync ( Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Elasticsearch.Model.DeleteElasticsearchDomainRequest | Container for the necessary parameters to execute the DeleteElasticsearchDomain operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeElasticsearchDomain ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest request ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainResponse | ||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomain service method. |
리턴 | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainResponse |
public DescribeElasticsearchDomainAsync ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomain operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeElasticsearchDomainConfig ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest request ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigResponse | ||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomainConfig service method. |
리턴 | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigResponse |
public DescribeElasticsearchDomainConfigAsync ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomainConfig operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeElasticsearchDomains ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest request ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsResponse | ||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomains service method. |
리턴 | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsResponse |
public DescribeElasticsearchDomainsAsync ( Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsRequest | Container for the necessary parameters to execute the DescribeElasticsearchDomains operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public EndAddTags ( IAsyncResult asyncResult ) : AddTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddTags. |
리턴 | AddTagsResponse |
public EndCreateElasticsearchDomain ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.CreateElasticsearchDomainResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateElasticsearchDomain. |
리턴 | Amazon.Elasticsearch.Model.CreateElasticsearchDomainResponse |
public EndDeleteElasticsearchDomain ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.DeleteElasticsearchDomainResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteElasticsearchDomain. |
리턴 | Amazon.Elasticsearch.Model.DeleteElasticsearchDomainResponse |
public EndDescribeElasticsearchDomain ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeElasticsearchDomain. |
리턴 | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainResponse |
public EndDescribeElasticsearchDomainConfig ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeElasticsearchDomainConfig. |
리턴 | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainConfigResponse |
public EndDescribeElasticsearchDomains ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeElasticsearchDomains. |
리턴 | Amazon.Elasticsearch.Model.DescribeElasticsearchDomainsResponse |
public EndListDomainNames ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.ListDomainNamesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListDomainNames. |
리턴 | Amazon.Elasticsearch.Model.ListDomainNamesResponse |
public EndListTags ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.ListTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListTags. |
리턴 | Amazon.Elasticsearch.Model.ListTagsResponse |
public EndRemoveTags ( IAsyncResult asyncResult ) : RemoveTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRemoveTags. |
리턴 | RemoveTagsResponse |
public EndUpdateElasticsearchDomainConfig ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateElasticsearchDomainConfig. |
리턴 | Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigResponse |
public ListDomainNames ( ListDomainNamesRequest request ) : Amazon.Elasticsearch.Model.ListDomainNamesResponse | ||
request | ListDomainNamesRequest | Container for the necessary parameters to execute the ListDomainNames service method. |
리턴 | Amazon.Elasticsearch.Model.ListDomainNamesResponse |
public ListDomainNamesAsync ( ListDomainNamesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ListDomainNamesRequest | Container for the necessary parameters to execute the ListDomainNames operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListTags ( Amazon.Elasticsearch.Model.ListTagsRequest request ) : Amazon.Elasticsearch.Model.ListTagsResponse | ||
request | Amazon.Elasticsearch.Model.ListTagsRequest | Container for the necessary parameters to execute the ListTags service method. |
리턴 | Amazon.Elasticsearch.Model.ListTagsResponse |
public ListTagsAsync ( Amazon.Elasticsearch.Model.ListTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Elasticsearch.Model.ListTagsRequest | Container for the necessary parameters to execute the ListTags operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public RemoveTags ( Amazon.Elasticsearch.Model.RemoveTagsRequest request ) : RemoveTagsResponse | ||
request | Amazon.Elasticsearch.Model.RemoveTagsRequest | Container for the necessary parameters to execute the RemoveTags service method. |
리턴 | RemoveTagsResponse |
public RemoveTagsAsync ( Amazon.Elasticsearch.Model.RemoveTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Elasticsearch.Model.RemoveTagsRequest | Container for the necessary parameters to execute the RemoveTags operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public UpdateElasticsearchDomainConfig ( Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest request ) : Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigResponse | ||
request | Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest | Container for the necessary parameters to execute the UpdateElasticsearchDomainConfig service method. |
리턴 | Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigResponse |
public UpdateElasticsearchDomainConfigAsync ( Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest | Container for the necessary parameters to execute the UpdateElasticsearchDomainConfig operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |