Uses of Class
software.amazon.awssdk.services.opensearch.model.DomainInformationContainer
-
Packages that use DomainInformationContainer Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DomainInformationContainer in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DomainInformationContainer Modifier and Type Method Description DomainInformationContainerCreateOutboundConnectionRequest. localDomainInfo()Name and Region of the source (local) domain.DomainInformationContainerCreateOutboundConnectionResponse. localDomainInfo()Information about the source (local) domain.DomainInformationContainerInboundConnection. localDomainInfo()Information about the source (local) domain.DomainInformationContainerOutboundConnection. localDomainInfo()Information about the source (local) domain.DomainInformationContainerCreateOutboundConnectionRequest. remoteDomainInfo()Name and Region of the destination (remote) domain.DomainInformationContainerCreateOutboundConnectionResponse. remoteDomainInfo()Information about the destination (remote) domain.DomainInformationContainerInboundConnection. remoteDomainInfo()Information about the destination (remote) domain.DomainInformationContainerOutboundConnection. remoteDomainInfo()Information about the destination (remote) domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DomainInformationContainer Modifier and Type Method Description CreateOutboundConnectionRequest.BuilderCreateOutboundConnectionRequest.Builder. localDomainInfo(DomainInformationContainer localDomainInfo)Name and Region of the source (local) domain.CreateOutboundConnectionResponse.BuilderCreateOutboundConnectionResponse.Builder. localDomainInfo(DomainInformationContainer localDomainInfo)Information about the source (local) domain.InboundConnection.BuilderInboundConnection.Builder. localDomainInfo(DomainInformationContainer localDomainInfo)Information about the source (local) domain.OutboundConnection.BuilderOutboundConnection.Builder. localDomainInfo(DomainInformationContainer localDomainInfo)Information about the source (local) domain.CreateOutboundConnectionRequest.BuilderCreateOutboundConnectionRequest.Builder. remoteDomainInfo(DomainInformationContainer remoteDomainInfo)Name and Region of the destination (remote) domain.CreateOutboundConnectionResponse.BuilderCreateOutboundConnectionResponse.Builder. remoteDomainInfo(DomainInformationContainer remoteDomainInfo)Information about the destination (remote) domain.InboundConnection.BuilderInboundConnection.Builder. remoteDomainInfo(DomainInformationContainer remoteDomainInfo)Information about the destination (remote) domain.OutboundConnection.BuilderOutboundConnection.Builder. remoteDomainInfo(DomainInformationContainer remoteDomainInfo)Information about the destination (remote) domain.
-