| 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 resources (endpoints or CIDR
range) that can be added to accelerators and principals that have permission to add them.
|
CrossAccountResource |
CrossAccountResource.withCidr(String cidr)
An IP address range, in CIDR format, that is specified as an Amazon Web Services resource.
|
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 cross-account resources used with an accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
ListCrossAccountResourcesResult |
ListCrossAccountResourcesResult.withCrossAccountResources(CrossAccountResource... crossAccountResources)
The cross-account resources used with an accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCrossAccountResourcesResult.setCrossAccountResources(Collection<CrossAccountResource> crossAccountResources)
The cross-account resources used with an accelerator.
|
ListCrossAccountResourcesResult |
ListCrossAccountResourcesResult.withCrossAccountResources(Collection<CrossAccountResource> crossAccountResources)
The cross-account resources used with an accelerator.
|
Copyright © 2025. All rights reserved.