Class GetNetworkResourceCountsRequest

    • Method Detail

      • globalNetworkId

        public final String globalNetworkId()

        The ID of the global network.

        Returns:
        The ID of the global network.
      • resourceType

        public final String resourceType()

        The resource type.

        The following are the supported resource types for Direct Connect:

        • dxcon

        • dx-gateway

        • dx-vif

        The following are the supported resource types for Network Manager:

        • connection

        • device

        • link

        • site

        The following are the supported resource types for Amazon VPC:

        • customer-gateway

        • transit-gateway

        • transit-gateway-attachment

        • transit-gateway-connect-peer

        • transit-gateway-route-table

        • vpn-connection

        Returns:
        The resource type.

        The following are the supported resource types for Direct Connect:

        • dxcon

        • dx-gateway

        • dx-vif

        The following are the supported resource types for Network Manager:

        • connection

        • device

        • link

        • site

        The following are the supported resource types for Amazon VPC:

        • customer-gateway

        • transit-gateway

        • transit-gateway-attachment

        • transit-gateway-connect-peer

        • transit-gateway-route-table

        • vpn-connection

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return.

        Returns:
        The maximum number of results to return.
      • nextToken

        public final String nextToken()

        The token for the next page of results.

        Returns:
        The token for the next page of results.
      • 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