| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DomainInformationContainer |
CreateOutboundConnectionResponse.localDomainInfo()
Information about the source (local) domain.
|
DomainInformationContainer |
CreateOutboundConnectionRequest.localDomainInfo()
Name and Region of the source (local) domain.
|
DomainInformationContainer |
InboundConnection.localDomainInfo()
Information about the source (local) domain.
|
DomainInformationContainer |
OutboundConnection.localDomainInfo()
Information about the source (local) domain.
|
DomainInformationContainer |
CreateOutboundConnectionResponse.remoteDomainInfo()
Information about the destination (remote) domain.
|
DomainInformationContainer |
CreateOutboundConnectionRequest.remoteDomainInfo()
Name and Region of the destination (remote) domain.
|
DomainInformationContainer |
InboundConnection.remoteDomainInfo()
Information about the destination (remote) domain.
|
DomainInformationContainer |
OutboundConnection.remoteDomainInfo()
Information about the destination (remote) domain.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.localDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.localDomainInfo(DomainInformationContainer localDomainInfo)
Name and Region of the source (local) domain.
|
InboundConnection.Builder |
InboundConnection.Builder.localDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
OutboundConnection.Builder |
OutboundConnection.Builder.localDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Name and Region of the destination (remote) domain.
|
InboundConnection.Builder |
InboundConnection.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
OutboundConnection.Builder |
OutboundConnection.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
Copyright © 2022. All rights reserved.