Uses of Interface
software.amazon.awssdk.services.datazone.model.ListPolicyGrantsResponse.Builder
-
Packages that use ListPolicyGrantsResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListPolicyGrantsResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListPolicyGrantsResponse.Builder Modifier and Type Method Description static ListPolicyGrantsResponse.BuilderListPolicyGrantsResponse. builder()ListPolicyGrantsResponse.BuilderListPolicyGrantsResponse.Builder. grantList(Collection<PolicyGrantMember> grantList)The results of this action - the listed grants.ListPolicyGrantsResponse.BuilderListPolicyGrantsResponse.Builder. grantList(Consumer<PolicyGrantMember.Builder>... grantList)The results of this action - the listed grants.ListPolicyGrantsResponse.BuilderListPolicyGrantsResponse.Builder. grantList(PolicyGrantMember... grantList)The results of this action - the listed grants.ListPolicyGrantsResponse.BuilderListPolicyGrantsResponse.Builder. nextToken(String nextToken)When the number of grants is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of grants, the response includes a pagination token namedNextToken.ListPolicyGrantsResponse.BuilderListPolicyGrantsResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListPolicyGrantsResponse.Builder Modifier and Type Method Description static Class<? extends ListPolicyGrantsResponse.Builder>ListPolicyGrantsResponse. serializableBuilderClass()
-