| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkAccessConfiguration |
NetworkAccessConfiguration.clone() |
NetworkAccessConfiguration |
WorkspacesPoolSession.getNetworkAccessConfiguration()
Describes the network details of the pool.
|
NetworkAccessConfiguration |
NetworkAccessConfiguration.withEniId(String eniId)
The resource identifier of the elastic network interface that is attached to instances in your VPC.
|
NetworkAccessConfiguration |
NetworkAccessConfiguration.withEniPrivateIpAddress(String eniPrivateIpAddress)
The private IP address of the elastic network interface that is attached to instances in your VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspacesPoolSession.setNetworkAccessConfiguration(NetworkAccessConfiguration networkAccessConfiguration)
Describes the network details of the pool.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withNetworkAccessConfiguration(NetworkAccessConfiguration networkAccessConfiguration)
Describes the network details of the pool.
|
Copyright © 2024. All rights reserved.