Uses of Class
com.amazonaws.services.support.model.AddAttachmentsToSetRequest
Packages that use AddAttachmentsToSetRequest
-
Uses of AddAttachmentsToSetRequest in com.amazonaws.services.support
Methods in com.amazonaws.services.support with parameters of type AddAttachmentsToSetRequestModifier and TypeMethodDescriptionAbstractAWSSupport.addAttachmentsToSet(AddAttachmentsToSetRequest request) AWSSupport.addAttachmentsToSet(AddAttachmentsToSetRequest addAttachmentsToSetRequest) Adds one or more attachments to an attachment set.AWSSupportClient.addAttachmentsToSet(AddAttachmentsToSetRequest addAttachmentsToSetRequest) Adds one or more attachments to an attachment set.AbstractAWSSupportAsync.addAttachmentsToSetAsync(AddAttachmentsToSetRequest request) AbstractAWSSupportAsync.addAttachmentsToSetAsync(AddAttachmentsToSetRequest request, AsyncHandler<AddAttachmentsToSetRequest, AddAttachmentsToSetResult> asyncHandler) AWSSupportAsync.addAttachmentsToSetAsync(AddAttachmentsToSetRequest addAttachmentsToSetRequest) Adds one or more attachments to an attachment set.AWSSupportAsync.addAttachmentsToSetAsync(AddAttachmentsToSetRequest addAttachmentsToSetRequest, AsyncHandler<AddAttachmentsToSetRequest, AddAttachmentsToSetResult> asyncHandler) Adds one or more attachments to an attachment set.AWSSupportAsyncClient.addAttachmentsToSetAsync(AddAttachmentsToSetRequest request) AWSSupportAsyncClient.addAttachmentsToSetAsync(AddAttachmentsToSetRequest request, AsyncHandler<AddAttachmentsToSetRequest, AddAttachmentsToSetResult> asyncHandler) Method parameters in com.amazonaws.services.support with type arguments of type AddAttachmentsToSetRequestModifier and TypeMethodDescriptionAbstractAWSSupportAsync.addAttachmentsToSetAsync(AddAttachmentsToSetRequest request, AsyncHandler<AddAttachmentsToSetRequest, AddAttachmentsToSetResult> asyncHandler) AWSSupportAsync.addAttachmentsToSetAsync(AddAttachmentsToSetRequest addAttachmentsToSetRequest, AsyncHandler<AddAttachmentsToSetRequest, AddAttachmentsToSetResult> asyncHandler) Adds one or more attachments to an attachment set.AWSSupportAsyncClient.addAttachmentsToSetAsync(AddAttachmentsToSetRequest request, AsyncHandler<AddAttachmentsToSetRequest, AddAttachmentsToSetResult> asyncHandler) -
Uses of AddAttachmentsToSetRequest in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return AddAttachmentsToSetRequestModifier and TypeMethodDescriptionAddAttachmentsToSetRequest.clone()AddAttachmentsToSetRequest.withAttachments(Attachment... attachments) One or more attachments to add to the set.AddAttachmentsToSetRequest.withAttachments(Collection<Attachment> attachments) One or more attachments to add to the set.AddAttachmentsToSetRequest.withAttachmentSetId(String attachmentSetId) The ID of the attachment set.