Class ListSubscriptionGrantsRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

        The identifier of the Amazon DataZone domain.

        Returns:
        The identifier of the Amazon DataZone domain.
      • environmentId

        public final String environmentId()

        The identifier of the Amazon DataZone environment.

        Returns:
        The identifier of the Amazon DataZone environment.
      • maxResults

        public final Integer maxResults()

        The maximum number of subscription grants to return in a single call to ListSubscriptionGrants. When the number of subscription 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 ListSubscriptionGrants to list the next set of subscription grants.

        Returns:
        The maximum number of subscription grants to return in a single call to ListSubscriptionGrants. When the number of subscription 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 ListSubscriptionGrants to list the next set of subscription grants.
      • nextToken

        public final String nextToken()

        When the number of subscription 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 subscription grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionGrants to list the next set of subscription grants.

        Returns:
        When the number of subscription 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 subscription grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionGrants to list the next set of subscription grants.
      • owningProjectId

        public final String owningProjectId()

        The ID of the owning project of the subscription grants.

        Returns:
        The ID of the owning project of the subscription grants.
      • sortBy

        public final SortKey sortBy()

        Specifies the way of sorting the results of this action.

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

        Returns:
        Specifies the way of sorting the results of this action.
        See Also:
        SortKey
      • sortByAsString

        public final String sortByAsString()

        Specifies the way of sorting the results of this action.

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

        Returns:
        Specifies the way of sorting the results of this action.
        See Also:
        SortKey
      • sortOrder

        public final SortOrder sortOrder()

        Specifies the sort order of this action.

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

        Returns:
        Specifies the sort order of this action.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        Specifies the sort order of this action.

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

        Returns:
        Specifies the sort order of this action.
        See Also:
        SortOrder
      • subscribedListingId

        public final String subscribedListingId()

        The identifier of the subscribed listing.

        Returns:
        The identifier of the subscribed listing.
      • subscriptionId

        public final String subscriptionId()

        The identifier of the subscription.

        Returns:
        The identifier of the subscription.
      • subscriptionTargetId

        public final String subscriptionTargetId()

        The identifier of the subscription target.

        Returns:
        The identifier of the subscription target.
      • 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