| Package | Description |
|---|---|
| software.amazon.awssdk.services.support |
|
| software.amazon.awssdk.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddAttachmentsToSetResponse> |
SupportAsyncClient.addAttachmentsToSet(Consumer<AddAttachmentsToSetRequest.Builder> addAttachmentsToSetRequest)
Adds one or more attachments to an attachment set.
|
default AddAttachmentsToSetResponse |
SupportClient.addAttachmentsToSet(Consumer<AddAttachmentsToSetRequest.Builder> addAttachmentsToSetRequest)
Adds one or more attachments to an attachment set.
|
| Modifier and Type | Method and Description |
|---|---|
AddAttachmentsToSetRequest.Builder |
AddAttachmentsToSetRequest.Builder.attachments(Attachment... attachments)
One or more attachments to add to the set.
|
AddAttachmentsToSetRequest.Builder |
AddAttachmentsToSetRequest.Builder.attachments(Collection<Attachment> attachments)
One or more attachments to add to the set.
|
AddAttachmentsToSetRequest.Builder |
AddAttachmentsToSetRequest.Builder.attachments(Consumer<Attachment.Builder>... attachments)
One or more attachments to add to the set.
|
AddAttachmentsToSetRequest.Builder |
AddAttachmentsToSetRequest.Builder.attachmentSetId(String attachmentSetId)
The ID of the attachment set.
|
static AddAttachmentsToSetRequest.Builder |
AddAttachmentsToSetRequest.builder() |
AddAttachmentsToSetRequest.Builder |
AddAttachmentsToSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddAttachmentsToSetRequest.Builder |
AddAttachmentsToSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddAttachmentsToSetRequest.Builder |
AddAttachmentsToSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AddAttachmentsToSetRequest.Builder> |
AddAttachmentsToSetRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.