Class ListAttachedPoliciesRequest

    • Method Detail

      • target

        public final String target()

        The group or principal for which the policies will be listed. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).

        Returns:
        The group or principal for which the policies will be listed. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).
      • recursive

        public final Boolean recursive()

        When true, recursively list attached policies.

        Returns:
        When true, recursively list attached policies.
      • marker

        public final String marker()

        The token to retrieve the next set of results.

        Returns:
        The token to retrieve the next set of results.
      • pageSize

        public final Integer pageSize()

        The maximum number of results to be returned per request.

        Returns:
        The maximum number of results to be returned per request.
      • 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