Class ListConnectionsRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

        The ID of the domain where you want to list connections.

        Returns:
        The ID of the domain where you want to list connections.
      • environmentIdentifier

        public final String environmentIdentifier()

        The ID of the environment where you want to list connections.

        Returns:
        The ID of the environment where you want to list connections.
      • maxResults

        public final Integer maxResults()

        The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.

        Returns:
        The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.
      • name

        public final String name()

        The name of the connection.

        Returns:
        The name of the connection.
      • nextToken

        public final String nextToken()

        When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.

        Returns:
        When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.
      • projectIdentifier

        public final String projectIdentifier()

        The ID of the project where you want to list connections.

        Returns:
        The ID of the project where you want to list connections.
      • sortByAsString

        public final String sortByAsString()

        Specifies how you want to sort the listed connections.

        If the service returns an enum value that is not available in the current SDK version, sortBy will return SortFieldConnection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        Specifies how you want to sort the listed connections.
        See Also:
        SortFieldConnection
      • sortOrder

        public final SortOrder sortOrder()

        Specifies the sort order for the listed connections.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        Specifies the sort order for the listed connections.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        Specifies the sort order for the listed connections.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        Specifies the sort order for the listed connections.
        See Also:
        SortOrder
      • toString

        public final 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