Uses of Class
software.amazon.awssdk.services.support.model.AddAttachmentsToSetResponse
-
Packages that use AddAttachmentsToSetResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of AddAttachmentsToSetResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return AddAttachmentsToSetResponse Modifier and Type Method Description default AddAttachmentsToSetResponseSupportClient. addAttachmentsToSet(Consumer<AddAttachmentsToSetRequest.Builder> addAttachmentsToSetRequest)Adds one or more attachments to an attachment set.default AddAttachmentsToSetResponseSupportClient. addAttachmentsToSet(AddAttachmentsToSetRequest addAttachmentsToSetRequest)Adds one or more attachments to an attachment set.Methods in software.amazon.awssdk.services.support that return types with arguments of type AddAttachmentsToSetResponse Modifier and Type Method Description default CompletableFuture<AddAttachmentsToSetResponse>SupportAsyncClient. addAttachmentsToSet(Consumer<AddAttachmentsToSetRequest.Builder> addAttachmentsToSetRequest)Adds one or more attachments to an attachment set.default CompletableFuture<AddAttachmentsToSetResponse>SupportAsyncClient. addAttachmentsToSet(AddAttachmentsToSetRequest addAttachmentsToSetRequest)Adds one or more attachments to an attachment set.
-