Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
DomainInformationContainer |
DomainInformationContainer.clone() |
DomainInformationContainer |
OutboundConnection.getLocalDomainInfo()
Information about the source (local) domain.
|
DomainInformationContainer |
InboundConnection.getLocalDomainInfo()
Information about the source (local) domain.
|
DomainInformationContainer |
CreateOutboundConnectionResult.getLocalDomainInfo()
Information about the source (local) domain.
|
DomainInformationContainer |
CreateOutboundConnectionRequest.getLocalDomainInfo()
Name and Region of the source (local) domain.
|
DomainInformationContainer |
OutboundConnection.getRemoteDomainInfo()
Information about the destination (remote) domain.
|
DomainInformationContainer |
InboundConnection.getRemoteDomainInfo()
Information about the destination (remote) domain.
|
DomainInformationContainer |
CreateOutboundConnectionResult.getRemoteDomainInfo()
Information about the destination (remote) domain.
|
DomainInformationContainer |
CreateOutboundConnectionRequest.getRemoteDomainInfo()
Name and Region of the destination (remote) domain.
|
DomainInformationContainer |
DomainInformationContainer.withAWSDomainInformation(AWSDomainInformation aWSDomainInformation)
Information about an Amazon OpenSearch Service domain.
|
Modifier and Type | Method and Description |
---|---|
void |
OutboundConnection.setLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
void |
InboundConnection.setLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
void |
CreateOutboundConnectionResult.setLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
void |
CreateOutboundConnectionRequest.setLocalDomainInfo(DomainInformationContainer localDomainInfo)
Name and Region of the source (local) domain.
|
void |
OutboundConnection.setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
void |
InboundConnection.setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
void |
CreateOutboundConnectionResult.setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
void |
CreateOutboundConnectionRequest.setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Name and Region of the destination (remote) domain.
|
OutboundConnection |
OutboundConnection.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
InboundConnection |
InboundConnection.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Name and Region of the source (local) domain.
|
OutboundConnection |
OutboundConnection.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
InboundConnection |
InboundConnection.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Name and Region of the destination (remote) domain.
|
Copyright © 2023. All rights reserved.