Uses of Class
com.amazonaws.services.support.model.AddAttachmentsToSetResult
-
Packages that use AddAttachmentsToSetResult Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of AddAttachmentsToSetResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return AddAttachmentsToSetResult Modifier and Type Method Description AddAttachmentsToSetResult
AbstractAWSSupport. addAttachmentsToSet(AddAttachmentsToSetRequest request)
AddAttachmentsToSetResult
AWSSupport. addAttachmentsToSet(AddAttachmentsToSetRequest addAttachmentsToSetRequest)
Adds one or more attachments to an attachment set.AddAttachmentsToSetResult
AWSSupportClient. addAttachmentsToSet(AddAttachmentsToSetRequest addAttachmentsToSetRequest)
Adds one or more attachments to an attachment set.Method parameters in com.amazonaws.services.support with type arguments of type AddAttachmentsToSetResult Modifier and Type Method Description Future<AddAttachmentsToSetResult>
AbstractAWSSupportAsync. addAttachmentsToSetAsync(AddAttachmentsToSetRequest request, AsyncHandler<AddAttachmentsToSetRequest,AddAttachmentsToSetResult> asyncHandler)
Future<AddAttachmentsToSetResult>
AWSSupportAsync. addAttachmentsToSetAsync(AddAttachmentsToSetRequest addAttachmentsToSetRequest, AsyncHandler<AddAttachmentsToSetRequest,AddAttachmentsToSetResult> asyncHandler)
Adds one or more attachments to an attachment set.Future<AddAttachmentsToSetResult>
AWSSupportAsyncClient. addAttachmentsToSetAsync(AddAttachmentsToSetRequest request, AsyncHandler<AddAttachmentsToSetRequest,AddAttachmentsToSetResult> asyncHandler)
-
Uses of AddAttachmentsToSetResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return AddAttachmentsToSetResult Modifier and Type Method Description AddAttachmentsToSetResult
AddAttachmentsToSetResult. clone()
AddAttachmentsToSetResult
AddAttachmentsToSetResult. withAttachmentSetId(String attachmentSetId)
The ID of the attachment set.AddAttachmentsToSetResult
AddAttachmentsToSetResult. withExpiryTime(String expiryTime)
The time and date when the attachment set expires.
-