Class ListComponentsRequest

    • Method Detail

      • environmentName

        public final String environmentName()

        The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.

        Returns:
        The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.
      • maxResults

        public final Integer maxResults()

        The maximum number of components to list.

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

        public final String nextToken()

        A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.

        Returns:
        A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.
      • serviceInstanceName

        public final String serviceInstanceName()

        The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.

        Returns:
        The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.
      • serviceName

        public final String serviceName()

        The name of a service for result list filtering. Proton returns components attached to service instances of the service.

        Returns:
        The name of a service for result list filtering. Proton returns components attached to service instances of the service.
      • 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