JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.opensearch.model

Class DescribeInboundConnectionsRequest

    • Constructor Detail

      • DescribeInboundConnectionsRequest

        public DescribeInboundConnectionsRequest()
    • Method Detail

      • getFilters

        public List<Filter> getFilters()

        A list of filters used to match properties for inbound cross-cluster connections.

        Returns:
        A list of filters used to match properties for inbound cross-cluster connections.
      • setFilters

        public void setFilters(Collection<Filter> filters)

        A list of filters used to match properties for inbound cross-cluster connections.

        Parameters:
        filters - A list of filters used to match properties for inbound cross-cluster connections.
      • withFilters

        public DescribeInboundConnectionsRequest withFilters(Filter... filters)

        A list of filters used to match properties for inbound cross-cluster connections.

        NOTE: This method appends the values to the existing list (if any). Use setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override the existing values.

        Parameters:
        filters - A list of filters used to match properties for inbound cross-cluster connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFilters

        public DescribeInboundConnectionsRequest withFilters(Collection<Filter> filters)

        A list of filters used to match properties for inbound cross-cluster connections.

        Parameters:
        filters - A list of filters used to match properties for inbound cross-cluster connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(Integer maxResults)

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

        Parameters:
        maxResults - An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
      • getMaxResults

        public Integer getMaxResults()

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

        Returns:
        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
      • withMaxResults

        public DescribeInboundConnectionsRequest withMaxResults(Integer maxResults)

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

        Parameters:
        maxResults - An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        If your initial DescribeInboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeInboundConnections operations, which returns results in the next page.

        Parameters:
        nextToken - If your initial DescribeInboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeInboundConnections operations, which returns results in the next page.
      • getNextToken

        public String getNextToken()

        If your initial DescribeInboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeInboundConnections operations, which returns results in the next page.

        Returns:
        If your initial DescribeInboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeInboundConnections operations, which returns results in the next page.
      • withNextToken

        public DescribeInboundConnectionsRequest withNextToken(String nextToken)

        If your initial DescribeInboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeInboundConnections operations, which returns results in the next page.

        Parameters:
        nextToken - If your initial DescribeInboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeInboundConnections operations, which returns results in the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /