| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DomainInformationContainer.Builder |
DomainInformationContainer.Builder.awsDomainInformation(AWSDomainInformation awsDomainInformation)
Information about an Amazon OpenSearch Service domain.
|
default DomainInformationContainer.Builder |
DomainInformationContainer.Builder.awsDomainInformation(Consumer<AWSDomainInformation.Builder> awsDomainInformation)
Information about an Amazon OpenSearch Service domain.
|
static DomainInformationContainer.Builder |
DomainInformationContainer.builder() |
DomainInformationContainer.Builder |
DomainInformationContainer.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DomainInformationContainer.Builder> |
DomainInformationContainer.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Information about the source (local) domain.
|
default CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Name and Region of the source (local) domain.
|
default InboundConnection.Builder |
InboundConnection.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Information about the source (local) domain.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Information about the source (local) domain.
|
default CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Information about the destination (remote) domain.
|
default CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Name and Region of the destination (remote) domain.
|
default InboundConnection.Builder |
InboundConnection.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Information about the destination (remote) domain.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Information about the destination (remote) domain.
|
Copyright © 2023. All rights reserved.