| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withCidr(String cidr)
An IP address range, in CIDR format, that is specified as resource.
|
Resource |
Resource.withEndpointId(String endpointId)
The endpoint ID for the endpoint that is specified as a Amazon Web Services resource.
|
Resource |
Resource.withRegion(String region)
The Amazon Web Services Region where a shared endpoint resource is located.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
UpdateCrossAccountAttachmentRequest.getAddResources()
The resources to add to the cross-account attachment.
|
List<Resource> |
UpdateCrossAccountAttachmentRequest.getRemoveResources()
The resources to remove from the cross-account attachment.
|
List<Resource> |
Attachment.getResources()
The resources included in the cross-account attachment.
|
List<Resource> |
CreateCrossAccountAttachmentRequest.getResources()
The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCrossAccountAttachmentRequest |
UpdateCrossAccountAttachmentRequest.withAddResources(Resource... addResources)
The resources to add to the cross-account attachment.
|
UpdateCrossAccountAttachmentRequest |
UpdateCrossAccountAttachmentRequest.withRemoveResources(Resource... removeResources)
The resources to remove from the cross-account attachment.
|
Attachment |
Attachment.withResources(Resource... resources)
The resources included in the cross-account attachment.
|
CreateCrossAccountAttachmentRequest |
CreateCrossAccountAttachmentRequest.withResources(Resource... resources)
The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCrossAccountAttachmentRequest.setAddResources(Collection<Resource> addResources)
The resources to add to the cross-account attachment.
|
void |
UpdateCrossAccountAttachmentRequest.setRemoveResources(Collection<Resource> removeResources)
The resources to remove from the cross-account attachment.
|
void |
Attachment.setResources(Collection<Resource> resources)
The resources included in the cross-account attachment.
|
void |
CreateCrossAccountAttachmentRequest.setResources(Collection<Resource> resources)
The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment.
|
UpdateCrossAccountAttachmentRequest |
UpdateCrossAccountAttachmentRequest.withAddResources(Collection<Resource> addResources)
The resources to add to the cross-account attachment.
|
UpdateCrossAccountAttachmentRequest |
UpdateCrossAccountAttachmentRequest.withRemoveResources(Collection<Resource> removeResources)
The resources to remove from the cross-account attachment.
|
Attachment |
Attachment.withResources(Collection<Resource> resources)
The resources included in the cross-account attachment.
|
CreateCrossAccountAttachmentRequest |
CreateCrossAccountAttachmentRequest.withResources(Collection<Resource> resources)
The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment.
|
Copyright © 2025. All rights reserved.