Class ListConnectionsRequest

    • Method Detail

      • providerTypeFilter

        public final ProviderType providerTypeFilter()

        Filters the list of connections to those associated with a specified provider, such as Bitbucket.

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

        Returns:
        Filters the list of connections to those associated with a specified provider, such as Bitbucket.
        See Also:
        ProviderType
      • providerTypeFilterAsString

        public final String providerTypeFilterAsString()

        Filters the list of connections to those associated with a specified provider, such as Bitbucket.

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

        Returns:
        Filters the list of connections to those associated with a specified provider, such as Bitbucket.
        See Also:
        ProviderType
      • hostArnFilter

        public final String hostArnFilter()

        Filters the list of connections to those associated with a specified host.

        Returns:
        Filters the list of connections to those associated with a specified host.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

        Returns:
        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
      • nextToken

        public final String nextToken()

        The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

        Returns:
        The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.
      • 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