Package org.opensearch.client.cluster
Class RemoteInfoResponse
- java.lang.Object
-
- org.opensearch.client.cluster.RemoteInfoResponse
-
public final class RemoteInfoResponse extends java.lang.ObjectA response to _remote/info API request.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RemoteInfoResponsefromXContent(org.opensearch.common.xcontent.XContentParser parser)java.util.List<RemoteConnectionInfo>getInfos()
-
-
-
Method Detail
-
getInfos
public java.util.List<RemoteConnectionInfo> getInfos()
-
fromXContent
public static RemoteInfoResponse fromXContent(org.opensearch.common.xcontent.XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
-