Class ListNetworksRequest

    • Method Detail

      • name

        public final String name()

        The name of the network.

        Returns:
        The name of the network.
      • framework

        public final Framework framework()

        An optional framework specifier. If provided, only networks of this framework type are listed.

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

        Returns:
        An optional framework specifier. If provided, only networks of this framework type are listed.
        See Also:
        Framework
      • frameworkAsString

        public final String frameworkAsString()

        An optional framework specifier. If provided, only networks of this framework type are listed.

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

        Returns:
        An optional framework specifier. If provided, only networks of this framework type are listed.
        See Also:
        Framework
      • status

        public final NetworkStatus status()

        An optional status specifier. If provided, only networks currently in this status are listed.

        Applies only to Hyperledger Fabric.

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

        Returns:
        An optional status specifier. If provided, only networks currently in this status are listed.

        Applies only to Hyperledger Fabric.

        See Also:
        NetworkStatus
      • statusAsString

        public final String statusAsString()

        An optional status specifier. If provided, only networks currently in this status are listed.

        Applies only to Hyperledger Fabric.

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

        Returns:
        An optional status specifier. If provided, only networks currently in this status are listed.

        Applies only to Hyperledger Fabric.

        See Also:
        NetworkStatus
      • maxResults

        public final Integer maxResults()

        The maximum number of networks to list.

        Returns:
        The maximum number of networks to list.
      • nextToken

        public final String nextToken()

        The pagination token that indicates the next set of results to retrieve.

        Returns:
        The pagination token that indicates the next set of results to retrieve.
      • 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