Uses of Interface
software.amazon.awssdk.services.opensearch.model.DescribeOutboundConnectionsRequest.Builder
-
Packages that use DescribeOutboundConnectionsRequest.Builder Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.model -
-
Uses of DescribeOutboundConnectionsRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type DescribeOutboundConnectionsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeOutboundConnectionsResponse>OpenSearchAsyncClient. describeOutboundConnections(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.default DescribeOutboundConnectionsResponseOpenSearchClient. describeOutboundConnections(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.default DescribeOutboundConnectionsPublisherOpenSearchAsyncClient. describeOutboundConnectionsPaginator(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)default DescribeOutboundConnectionsIterableOpenSearchClient. describeOutboundConnectionsPaginator(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest) -
Uses of DescribeOutboundConnectionsRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DescribeOutboundConnectionsRequest.Builder Modifier and Type Method Description static DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest. builder()DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. filters(Collection<Filter> filters)List of filter names and values that you can use for requests.DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. filters(Consumer<Filter.Builder>... filters)List of filter names and values that you can use for requests.DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. filters(Filter... filters)List of filter names and values that you can use for requests.DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. maxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. nextToken(String nextToken)If your initialDescribeOutboundConnectionsoperation returns anextToken, you can include the returnednextTokenin subsequentDescribeOutboundConnectionsoperations, which returns results in the next page.DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DescribeOutboundConnectionsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeOutboundConnectionsRequest.Builder>DescribeOutboundConnectionsRequest. serializableBuilderClass()
-