Class ListPolicyGrantsRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

        The ID of the domain where you want to list policy grants.

        Returns:
        The ID of the domain where you want to list policy grants.
      • entityIdentifier

        public final String entityIdentifier()

        The ID of the entity for which you want to list policy grants.

        Returns:
        The ID of the entity for which you want to list policy grants.
      • entityTypeAsString

        public final String entityTypeAsString()

        The type of entity for which you want to list policy grants.

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

        Returns:
        The type of entity for which you want to list policy grants.
        See Also:
        TargetEntityType
      • maxResults

        public final Integer maxResults()

        The maximum number of grants to return in a single call to ListPolicyGrants. When the number of grants to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListPolicyGrants to list the next set of grants.

        Returns:
        The maximum number of grants to return in a single call to ListPolicyGrants. When the number of grants to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListPolicyGrants to list the next set of grants.
      • nextToken

        public final String nextToken()

        When the number of grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListPolicyGrants to list the next set of grants.

        Returns:
        When the number of grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListPolicyGrants to list the next set of grants.
      • 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