| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
CrossAccountResource |
CrossAccountResource.clone() |
CrossAccountResource |
CrossAccountResource.withAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can
be added to accelerators and principals that have permission to add the endpoints to accelerators.
|
CrossAccountResource |
CrossAccountResource.withEndpointId(String endpointId)
The endpoint ID for the endpoint that is listed in a cross-account attachment and can be added to an accelerator
by specified principals.
|
| Modifier and Type | Method and Description |
|---|---|
List<CrossAccountResource> |
ListCrossAccountResourcesResult.getCrossAccountResources()
The endpoints attached to an accelerator in a cross-account attachment.
|
| Modifier and Type | Method and Description |
|---|---|
ListCrossAccountResourcesResult |
ListCrossAccountResourcesResult.withCrossAccountResources(CrossAccountResource... crossAccountResources)
The endpoints attached to an accelerator in a cross-account attachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCrossAccountResourcesResult.setCrossAccountResources(Collection<CrossAccountResource> crossAccountResources)
The endpoints attached to an accelerator in a cross-account attachment.
|
ListCrossAccountResourcesResult |
ListCrossAccountResourcesResult.withCrossAccountResources(Collection<CrossAccountResource> crossAccountResources)
The endpoints attached to an accelerator in a cross-account attachment.
|
Copyright © 2023. All rights reserved.