| Package | Description |
|---|---|
| com.amazonaws.services.s3outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Endpoint.withAccessType(EndpointAccessType accessType)
The type of connectivity used to access the Amazon S3 on Outposts endpoint.
|
Endpoint |
Endpoint.withAccessType(String accessType)
The type of connectivity used to access the Amazon S3 on Outposts endpoint.
|
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.withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned IPv4 address pool used for the endpoint.
|
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 Outposts.
|
Endpoint |
Endpoint.withSecurityGroupId(String securityGroupId)
The ID of the security group used for the endpoint.
|
Endpoint |
Endpoint.withStatus(EndpointStatus status)
The status of the endpoint.
|
Endpoint |
Endpoint.withStatus(String status)
The status of the endpoint.
|
Endpoint |
Endpoint.withSubnetId(String subnetId)
The ID of the subnet used for the endpoint.
|
Endpoint |
Endpoint.withVpcId(String vpcId)
The ID of the VPC used for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
ListSharedEndpointsResult.getEndpoints()
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
List<Endpoint> |
ListEndpointsResult.getEndpoints()
The list of endpoints associated with the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
ListSharedEndpointsResult |
ListSharedEndpointsResult.withEndpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
ListEndpointsResult |
ListEndpointsResult.withEndpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSharedEndpointsResult.setEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
void |
ListEndpointsResult.setEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost.
|
ListSharedEndpointsResult |
ListSharedEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
ListEndpointsResult |
ListEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost.
|
Copyright © 2023. All rights reserved.