Class GetNetworkResourcesRequest

    • Method Detail

      • globalNetworkId

        public final String globalNetworkId()

        The ID of the global network.

        Returns:
        The ID of the global network.
      • coreNetworkId

        public final String coreNetworkId()

        The ID of a core network.

        Returns:
        The ID of a core network.
      • registeredGatewayArn

        public final String registeredGatewayArn()

        The ARN of the gateway.

        Returns:
        The ARN of the gateway.
      • awsRegion

        public final String awsRegion()

        The Amazon Web Services Region.

        Returns:
        The Amazon Web Services Region.
      • accountId

        public final String accountId()

        The Amazon Web Services account ID.

        Returns:
        The Amazon Web Services account ID.
      • resourceType

        public final String resourceType()

        The resource type.

        The following are the supported resource types for Direct Connect:

        The following are the supported resource types for Network Manager:

        • connection - The definition model is Connection.

        • device - The definition model is Device.

        • link - The definition model is Link.

        • site - The definition model is Site.

        The following are the supported resource types for Amazon VPC:

        Returns:
        The resource type.

        The following are the supported resource types for Direct Connect:

        The following are the supported resource types for Network Manager:

        • connection - The definition model is Connection.

        • device - The definition model is Device.

        • link - The definition model is Link.

        • site - The definition model is Site.

        The following are the supported resource types for Amazon VPC:

      • resourceArn

        public final String resourceArn()

        The ARN of the resource.

        Returns:
        The ARN of the resource.
      • 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