public class NiftyCustomerGatewayAsyncClient extends NiftyCustomerGatewayClient implements NiftyCustomerGatewayAsync
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected java.util.concurrent.ExecutorService |
executorService
非同期タスク実行クラス.
|
client| コンストラクタと説明 |
|---|
NiftyCustomerGatewayAsyncClient(Credentials credential)
認証情報を指定し、カスタマーゲートウェイカテゴリクライアントを構築します。
|
NiftyCustomerGatewayAsyncClient(Credentials credential,
ClientConfiguration configuration)
認証情報、クライアント設定を指定し、カスタマーゲートウェイカテゴリクライアントを構築します。
|
NiftyCustomerGatewayAsyncClient(Credentials credential,
ClientConfiguration configuration,
java.util.concurrent.ExecutorService executorService)
認証情報、クライアント設定,非同期タスク実行クラスを指定し、カスタマーゲートウェイカテゴリクライアントを構築します。
|
NiftyCustomerGatewayAsyncClient(Credentials credential,
java.util.concurrent.ExecutorService executorService)
認証情報,非同期タスク実行クラスを指定し、カスタマーゲートウェイカテゴリクライアントを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.concurrent.Future<CreateCustomerGatewayResult> |
createCustomerGatewayAsync(CreateCustomerGatewayRequest request)
非同期でカスタマーゲートウェイを新規作成します。
|
java.util.concurrent.Future<DeleteCustomerGatewayResult> |
deleteCustomerGatewayAsync(DeleteCustomerGatewayRequest request)
非同期で指定したカスタマーゲートウェイを削除します。
|
java.util.concurrent.Future<DescribeCustomerGatewaysResult> |
describeCustomerGatewaysAsync(DescribeCustomerGatewaysRequest request)
非同期でカスタマーゲートウェイの情報を取得します。
|
java.util.concurrent.Future<NiftyModifyCustomerGatewayAttributeResult> |
niftyModifyCustomerGatewayAttributeAsync(NiftyModifyCustomerGatewayAttributeRequest request)
非同期で指定したカスタマーゲートウェイの詳細情報を更新します。
|
createCustomerGateway, deleteCustomerGateway, describeCustomerGateways, niftyModifyCustomerGatewayAttributesetEndpointclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCustomerGateway, deleteCustomerGateway, describeCustomerGateways, niftyModifyCustomerGatewayAttribute, setEndpointprotected java.util.concurrent.ExecutorService executorService
public NiftyCustomerGatewayAsyncClient(Credentials credential)
credential - 認証情報public NiftyCustomerGatewayAsyncClient(Credentials credential, ClientConfiguration configuration)
credential - 認証情報configuration - クライアント設定public NiftyCustomerGatewayAsyncClient(Credentials credential, java.util.concurrent.ExecutorService executorService)
credential - 認証情報executorService - 非同期タスク実行クラスpublic NiftyCustomerGatewayAsyncClient(Credentials credential, ClientConfiguration configuration, java.util.concurrent.ExecutorService executorService)
credential - 認証情報configuration - クライアント設定executorService - 非同期タスク実行クラスpublic java.util.concurrent.Future<CreateCustomerGatewayResult> createCustomerGatewayAsync(CreateCustomerGatewayRequest request)
NiftyCustomerGatewayAsynccreateCustomerGatewayAsync インタフェース内 NiftyCustomerGatewayAsyncrequest - CreateCustomerGatewayリクエストpublic java.util.concurrent.Future<DeleteCustomerGatewayResult> deleteCustomerGatewayAsync(DeleteCustomerGatewayRequest request)
NiftyCustomerGatewayAsyncdeleteCustomerGatewayAsync インタフェース内 NiftyCustomerGatewayAsyncrequest - DeleteCustomerGatewayリクエストpublic java.util.concurrent.Future<DescribeCustomerGatewaysResult> describeCustomerGatewaysAsync(DescribeCustomerGatewaysRequest request)
NiftyCustomerGatewayAsyncdescribeCustomerGatewaysAsync インタフェース内 NiftyCustomerGatewayAsyncrequest - DescribeCustomerGatewaysリクエストpublic java.util.concurrent.Future<NiftyModifyCustomerGatewayAttributeResult> niftyModifyCustomerGatewayAttributeAsync(NiftyModifyCustomerGatewayAttributeRequest request)
NiftyCustomerGatewayAsyncniftyModifyCustomerGatewayAttributeAsync インタフェース内 NiftyCustomerGatewayAsyncrequest - NiftyModifyCustomerGatewayAttributeリクエストCopyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.