Uses of Class
com.amazonaws.services.support.model.AddAttachmentsToSetResult
Packages that use AddAttachmentsToSetResult
-
Uses of AddAttachmentsToSetResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return AddAttachmentsToSetResultModifier 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.Methods in com.amazonaws.services.support that return types with arguments of type AddAttachmentsToSetResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.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 AddAttachmentsToSetResultModifier 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 AddAttachmentsToSetResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return AddAttachmentsToSetResultModifier and TypeMethodDescriptionAddAttachmentsToSetResult.clone()
AddAttachmentsToSetResult.withAttachmentSetId
(String attachmentSetId) The ID of the attachment set.AddAttachmentsToSetResult.withExpiryTime
(String expiryTime) The time and date when the attachment set expires.