Class ListDeploymentsRequest

    • Method Detail

      • componentName

        public final String componentName()

        The name of a component for result list filtering. Proton returns deployments associated with that component.

        Returns:
        The name of a component for result list filtering. Proton returns deployments associated with that component.
      • environmentName

        public final String environmentName()

        The name of an environment for result list filtering. Proton returns deployments associated with the environment.

        Returns:
        The name of an environment for result list filtering. Proton returns deployments associated with the environment.
      • maxResults

        public final Integer maxResults()

        The maximum number of deployments to list.

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

        public final String nextToken()

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

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

        public final String serviceInstanceName()

        The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.

        Returns:
        The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
      • serviceName

        public final String serviceName()

        The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.

        Returns:
        The name of a service for result list filtering. Proton returns deployments associated with 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