| Package | Description |
|---|---|
| com.amazonaws.services.s3outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Endpoint.withCidrBlock(String cidrBlock)
The VPC CIDR committed by this endpoint.
|
Endpoint |
Endpoint.withCreationTime(Date creationTime)
The time the endpoint was created.
|
Endpoint |
Endpoint.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
Endpoint |
Endpoint.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interface of the endpoint.
|
Endpoint |
Endpoint.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The network interface of the endpoint.
|
Endpoint |
Endpoint.withOutpostsId(String outpostsId)
The ID of the AWS Outpost.
|
Endpoint |
Endpoint.withStatus(EndpointStatus status)
The status of the endpoint.
|
Endpoint |
Endpoint.withStatus(String status)
The status of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
ListEndpointsResult.getEndpoints()
Returns an array of endpoints associated with AWS Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResult |
ListEndpointsResult.withEndpoints(Endpoint... endpoints)
Returns an array of endpoints associated with AWS Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointsResult.setEndpoints(Collection<Endpoint> endpoints)
Returns an array of endpoints associated with AWS Outpost.
|
ListEndpointsResult |
ListEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
Returns an array of endpoints associated with AWS Outpost.
|
Copyright © 2021. All rights reserved.