| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.clone() |
Attachment |
UpdateCrossAccountAttachmentResult.getCrossAccountAttachment()
Information about the updated cross-account attachment.
|
Attachment |
DescribeCrossAccountAttachmentResult.getCrossAccountAttachment()
Information about the cross-account attachment.
|
Attachment |
CreateCrossAccountAttachmentResult.getCrossAccountAttachment()
Information about the cross-account attachment.
|
Attachment |
Attachment.withAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the cross-account attachment.
|
Attachment |
Attachment.withCreatedTime(Date createdTime)
The date and time that the cross-account attachment was created.
|
Attachment |
Attachment.withLastModifiedTime(Date lastModifiedTime)
The date and time that the cross-account attachment was last modified.
|
Attachment |
Attachment.withName(String name)
The name of the cross-account attachment.
|
Attachment |
Attachment.withPrincipals(Collection<String> principals)
The principals included in the cross-account attachment.
|
Attachment |
Attachment.withPrincipals(String... principals)
The principals included in the cross-account attachment.
|
Attachment |
Attachment.withResources(Collection<Resource> resources)
The resources included in the cross-account attachment.
|
Attachment |
Attachment.withResources(Resource... resources)
The resources included in the cross-account attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
ListCrossAccountAttachmentsResult.getCrossAccountAttachments()
Information about the cross-account attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCrossAccountAttachmentResult.setCrossAccountAttachment(Attachment crossAccountAttachment)
Information about the updated cross-account attachment.
|
void |
DescribeCrossAccountAttachmentResult.setCrossAccountAttachment(Attachment crossAccountAttachment)
Information about the cross-account attachment.
|
void |
CreateCrossAccountAttachmentResult.setCrossAccountAttachment(Attachment crossAccountAttachment)
Information about the cross-account attachment.
|
UpdateCrossAccountAttachmentResult |
UpdateCrossAccountAttachmentResult.withCrossAccountAttachment(Attachment crossAccountAttachment)
Information about the updated cross-account attachment.
|
DescribeCrossAccountAttachmentResult |
DescribeCrossAccountAttachmentResult.withCrossAccountAttachment(Attachment crossAccountAttachment)
Information about the cross-account attachment.
|
CreateCrossAccountAttachmentResult |
CreateCrossAccountAttachmentResult.withCrossAccountAttachment(Attachment crossAccountAttachment)
Information about the cross-account attachment.
|
ListCrossAccountAttachmentsResult |
ListCrossAccountAttachmentsResult.withCrossAccountAttachments(Attachment... crossAccountAttachments)
Information about the cross-account attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCrossAccountAttachmentsResult.setCrossAccountAttachments(Collection<Attachment> crossAccountAttachments)
Information about the cross-account attachments.
|
ListCrossAccountAttachmentsResult |
ListCrossAccountAttachmentsResult.withCrossAccountAttachments(Collection<Attachment> crossAccountAttachments)
Information about the cross-account attachments.
|
Copyright © 2024. All rights reserved.