| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsDetails |
PrivateDnsDetails.clone() |
PrivateDnsDetails |
PrivateDnsDetails.withPrivateDnsName(String privateDnsName)
The private DNS name assigned to the VPC endpoint service.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrivateDnsDetails> |
ServiceDetail.getPrivateDnsNames()
The private DNS names assigned to the VPC endpoint service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDetail |
ServiceDetail.withPrivateDnsNames(PrivateDnsDetails... privateDnsNames)
The private DNS names assigned to the VPC endpoint service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDetail.setPrivateDnsNames(Collection<PrivateDnsDetails> privateDnsNames)
The private DNS names assigned to the VPC endpoint service.
|
ServiceDetail |
ServiceDetail.withPrivateDnsNames(Collection<PrivateDnsDetails> privateDnsNames)
The private DNS names assigned to the VPC endpoint service.
|
Copyright © 2024. All rights reserved.