| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Accelerator |
Accelerator.clone() |
Accelerator |
UpdateAcceleratorResult.getAccelerator()
Information about the updated accelerator.
|
Accelerator |
CreateAcceleratorResult.getAccelerator()
The accelerator that is created by specifying a listener and the supported IP address types.
|
Accelerator |
DescribeAcceleratorResult.getAccelerator()
The description of the accelerator.
|
Accelerator |
Accelerator.withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator.
|
Accelerator |
Accelerator.withCreatedTime(Date createdTime)
The date and time that the accelerator was created.
|
Accelerator |
Accelerator.withDnsName(String dnsName)
The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4
addresses.
|
Accelerator |
Accelerator.withDualStackDnsName(String dualStackDnsName)
The Domain Name System (DNS) name that Global Accelerator creates that points to a dual-stack accelerator's four
static IP addresses: two IPv4 addresses and two IPv6 addresses.
|
Accelerator |
Accelerator.withEnabled(Boolean enabled)
Indicates whether the accelerator is enabled.
|
Accelerator |
Accelerator.withEvents(AcceleratorEvent... events)
A history of changes that you make to an accelerator in Global Accelerator.
|
Accelerator |
Accelerator.withEvents(Collection<AcceleratorEvent> events)
A history of changes that you make to an accelerator in Global Accelerator.
|
Accelerator |
Accelerator.withIpAddressType(IpAddressType ipAddressType)
The IP address type that an accelerator supports.
|
Accelerator |
Accelerator.withIpAddressType(String ipAddressType)
The IP address type that an accelerator supports.
|
Accelerator |
Accelerator.withIpSets(Collection<IpSet> ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
Accelerator |
Accelerator.withIpSets(IpSet... ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
Accelerator |
Accelerator.withLastModifiedTime(Date lastModifiedTime)
The date and time that the accelerator was last modified.
|
Accelerator |
Accelerator.withName(String name)
The name of the accelerator.
|
Accelerator |
Accelerator.withStatus(AcceleratorStatus status)
Describes the deployment status of the accelerator.
|
Accelerator |
Accelerator.withStatus(String status)
Describes the deployment status of the accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
List<Accelerator> |
ListAcceleratorsResult.getAccelerators()
The list of accelerators for a customer account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAcceleratorResult.setAccelerator(Accelerator accelerator)
Information about the updated accelerator.
|
void |
CreateAcceleratorResult.setAccelerator(Accelerator accelerator)
The accelerator that is created by specifying a listener and the supported IP address types.
|
void |
DescribeAcceleratorResult.setAccelerator(Accelerator accelerator)
The description of the accelerator.
|
UpdateAcceleratorResult |
UpdateAcceleratorResult.withAccelerator(Accelerator accelerator)
Information about the updated accelerator.
|
CreateAcceleratorResult |
CreateAcceleratorResult.withAccelerator(Accelerator accelerator)
The accelerator that is created by specifying a listener and the supported IP address types.
|
DescribeAcceleratorResult |
DescribeAcceleratorResult.withAccelerator(Accelerator accelerator)
The description of the accelerator.
|
ListAcceleratorsResult |
ListAcceleratorsResult.withAccelerators(Accelerator... accelerators)
The list of accelerators for a customer account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAcceleratorsResult.setAccelerators(Collection<Accelerator> accelerators)
The list of accelerators for a customer account.
|
ListAcceleratorsResult |
ListAcceleratorsResult.withAccelerators(Collection<Accelerator> accelerators)
The list of accelerators for a customer account.
|
Copyright © 2024. All rights reserved.