Uses of Class
software.amazon.awssdk.services.datazone.model.PolicyGrantMember
-
Packages that use PolicyGrantMember Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of PolicyGrantMember in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type PolicyGrantMember Modifier and Type Method Description List<PolicyGrantMember>ListPolicyGrantsResponse. grantList()The results of this action - the listed grants.Methods in software.amazon.awssdk.services.datazone.model with parameters of type PolicyGrantMember Modifier and Type Method Description ListPolicyGrantsResponse.BuilderListPolicyGrantsResponse.Builder. grantList(PolicyGrantMember... grantList)The results of this action - the listed grants.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type PolicyGrantMember Modifier and Type Method Description ListPolicyGrantsResponse.BuilderListPolicyGrantsResponse.Builder. grantList(Collection<PolicyGrantMember> grantList)The results of this action - the listed grants. -
Uses of PolicyGrantMember in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type PolicyGrantMember Modifier and Type Method Description SdkIterable<PolicyGrantMember>ListPolicyGrantsIterable. grantList()Returns an iterable to iterate through the paginatedListPolicyGrantsResponse.grantList()member.SdkPublisher<PolicyGrantMember>ListPolicyGrantsPublisher. grantList()Returns a publisher that can be used to get a stream of data.
-