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 DescribeOutboundConnectionsRequest

    • Constructor Detail

      • DescribeOutboundConnectionsRequest

        public DescribeOutboundConnectionsRequest()
    • Method Detail

      • getFilters

        public List<Filter> getFilters()

        List of filter names and values that you can use for requests.

        Returns:
        List of filter names and values that you can use for requests.
      • setFilters

        public void setFilters(Collection<Filter> filters)

        List of filter names and values that you can use for requests.

        Parameters:
        filters - List of filter names and values that you can use for requests.
      • withFilters

        public DescribeOutboundConnectionsRequest withFilters(Collection<Filter> filters)

        List of filter names and values that you can use for requests.

        Parameters:
        filters - List of filter names and values that you can use for requests.
        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 DescribeOutboundConnectionsRequest 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 DescribeOutboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeOutboundConnections operations, which returns results in the next page.

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

        public String getNextToken()

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

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

        public DescribeOutboundConnectionsRequest withNextToken(String nextToken)

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

        Parameters:
        nextToken - If your initial DescribeOutboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeOutboundConnections 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 によって変換されたページ (->オリジナル) /