@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonConnectAsync extends AbstractAmazonConnect implements AmazonConnectAsync
AmazonConnectAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<StartOutboundVoiceContactResult> |
startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request)
The
StartOutboundVoiceContact operation initiates a contact flow to place an outbound call to a
customer. |
Future<StartOutboundVoiceContactResult> |
startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request,
AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler)
The
StartOutboundVoiceContact operation initiates a contact flow to place an outbound call to a
customer. |
Future<StopContactResult> |
stopContactAsync(StopContactRequest request)
Ends the contact initiated by the
StartOutboundVoiceContact operation. |
Future<StopContactResult> |
stopContactAsync(StopContactRequest request,
AsyncHandler<StopContactRequest,StopContactResult> asyncHandler)
Ends the contact initiated by the
StartOutboundVoiceContact operation. |
getCachedResponseMetadata, shutdown, startOutboundVoiceContact, stopContact
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, shutdown, startOutboundVoiceContact, stopContact
public Future<StartOutboundVoiceContactResult> startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request)
AmazonConnectAsync
The StartOutboundVoiceContact
operation initiates a contact flow to place an outbound call to a
customer.
There is a throttling limit placed on usage of the API that includes a RateLimit
of 2 per second,
and a BurstLimit
of 5 per second.
If you are using an IAM account, it must have permissions to the connect:StartOutboundVoiceContact
action.
startOutboundVoiceContactAsync
in interface AmazonConnectAsync
public Future<StartOutboundVoiceContactResult> startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request, AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler)
AmazonConnectAsync
The StartOutboundVoiceContact
operation initiates a contact flow to place an outbound call to a
customer.
There is a throttling limit placed on usage of the API that includes a RateLimit
of 2 per second,
and a BurstLimit
of 5 per second.
If you are using an IAM account, it must have permissions to the connect:StartOutboundVoiceContact
action.
startOutboundVoiceContactAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopContactResult> stopContactAsync(StopContactRequest request)
AmazonConnectAsync
Ends the contact initiated by the StartOutboundVoiceContact
operation.
If you are using an IAM account, it must have permissions to the connect:StopContact
operation.
stopContactAsync
in interface AmazonConnectAsync
public Future<StopContactResult> stopContactAsync(StopContactRequest request, AsyncHandler<StopContactRequest,StopContactResult> asyncHandler)
AmazonConnectAsync
Ends the contact initiated by the StartOutboundVoiceContact
operation.
If you are using an IAM account, it must have permissions to the connect:StopContact
operation.
stopContactAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.