| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListInstanceStorageConfigsResult> |
AmazonConnectAsync.listInstanceStorageConfigsAsync(ListInstanceStorageConfigsRequest listInstanceStorageConfigsRequest,
AsyncHandler<ListInstanceStorageConfigsRequest,ListInstanceStorageConfigsResult> asyncHandler)
This API is in preview release for Amazon Connect and is subject to change.
|
Future<ListInstanceStorageConfigsResult> |
AbstractAmazonConnectAsync.listInstanceStorageConfigsAsync(ListInstanceStorageConfigsRequest request,
AsyncHandler<ListInstanceStorageConfigsRequest,ListInstanceStorageConfigsResult> asyncHandler) |
Future<ListInstanceStorageConfigsResult> |
AmazonConnectAsyncClient.listInstanceStorageConfigsAsync(ListInstanceStorageConfigsRequest request,
AsyncHandler<ListInstanceStorageConfigsRequest,ListInstanceStorageConfigsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInstanceStorageConfigsRequest |
ListInstanceStorageConfigsRequest.clone() |
ListInstanceStorageConfigsRequest |
ListInstanceStorageConfigsRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListInstanceStorageConfigsRequest |
ListInstanceStorageConfigsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListInstanceStorageConfigsRequest |
ListInstanceStorageConfigsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListInstanceStorageConfigsRequest |
ListInstanceStorageConfigsRequest.withResourceType(InstanceStorageResourceType resourceType)
A valid resource type.
|
ListInstanceStorageConfigsRequest |
ListInstanceStorageConfigsRequest.withResourceType(String resourceType)
A valid resource type.
|
Copyright © 2021. All rights reserved.