Uses of Class
software.amazon.awssdk.services.connect.model.BatchGetAttachedFileMetadataResponse
-
Packages that use BatchGetAttachedFileMetadataResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of BatchGetAttachedFileMetadataResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return BatchGetAttachedFileMetadataResponse Modifier and Type Method Description default BatchGetAttachedFileMetadataResponseConnectClient. batchGetAttachedFileMetadata(Consumer<BatchGetAttachedFileMetadataRequest.Builder> batchGetAttachedFileMetadataRequest)Allows you to retrieve metadata about multiple attached files on an associated resource.default BatchGetAttachedFileMetadataResponseConnectClient. batchGetAttachedFileMetadata(BatchGetAttachedFileMetadataRequest batchGetAttachedFileMetadataRequest)Allows you to retrieve metadata about multiple attached files on an associated resource.Methods in software.amazon.awssdk.services.connect that return types with arguments of type BatchGetAttachedFileMetadataResponse Modifier and Type Method Description default CompletableFuture<BatchGetAttachedFileMetadataResponse>ConnectAsyncClient. batchGetAttachedFileMetadata(Consumer<BatchGetAttachedFileMetadataRequest.Builder> batchGetAttachedFileMetadataRequest)Allows you to retrieve metadata about multiple attached files on an associated resource.default CompletableFuture<BatchGetAttachedFileMetadataResponse>ConnectAsyncClient. batchGetAttachedFileMetadata(BatchGetAttachedFileMetadataRequest batchGetAttachedFileMetadataRequest)Allows you to retrieve metadata about multiple attached files on an associated resource.
-