Class ListDeploymentsRequest

    • Method Detail

      • targetArn

        public final String targetArn()

        The ARN of the target IoT thing or thing group.

        Returns:
        The ARN of the target IoT thing or thing group.
      • historyFilter

        public final DeploymentHistoryFilter historyFilter()

        The filter for the list of deployments. Choose one of the following options:

        • ALL – The list includes all deployments.

        • LATEST_ONLY – The list includes only the latest revision of each deployment.

        Default: LATEST_ONLY

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

        Returns:
        The filter for the list of deployments. Choose one of the following options:

        • ALL – The list includes all deployments.

        • LATEST_ONLY – The list includes only the latest revision of each deployment.

        Default: LATEST_ONLY

        See Also:
        DeploymentHistoryFilter
      • historyFilterAsString

        public final String historyFilterAsString()

        The filter for the list of deployments. Choose one of the following options:

        • ALL – The list includes all deployments.

        • LATEST_ONLY – The list includes only the latest revision of each deployment.

        Default: LATEST_ONLY

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

        Returns:
        The filter for the list of deployments. Choose one of the following options:

        • ALL – The list includes all deployments.

        • LATEST_ONLY – The list includes only the latest revision of each deployment.

        Default: LATEST_ONLY

        See Also:
        DeploymentHistoryFilter
      • parentTargetArn

        public final String parentTargetArn()

        The parent deployment's target ARN within a subdeployment.

        Returns:
        The parent deployment's target ARN within a subdeployment.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to be returned per paginated request.

        Default: 50

        Returns:
        The maximum number of results to be returned per paginated request.

        Default: 50

      • nextToken

        public final String nextToken()

        The token to be used for the next set of paginated results.

        Returns:
        The token to be used for the next set of paginated 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