Uses of Class
software.amazon.awssdk.services.datazone.model.AddToProjectMemberPoolPolicyGrantDetail
-
Packages that use AddToProjectMemberPoolPolicyGrantDetail Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AddToProjectMemberPoolPolicyGrantDetail in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AddToProjectMemberPoolPolicyGrantDetail Modifier and Type Method Description AddToProjectMemberPoolPolicyGrantDetailPolicyGrantDetail. addToProjectMemberPool()Specifies that the policy grant is to be added to the members of the project.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AddToProjectMemberPoolPolicyGrantDetail Modifier and Type Method Description PolicyGrantDetail.BuilderPolicyGrantDetail.Builder. addToProjectMemberPool(AddToProjectMemberPoolPolicyGrantDetail addToProjectMemberPool)Specifies that the policy grant is to be added to the members of the project.static PolicyGrantDetailPolicyGrantDetail. fromAddToProjectMemberPool(AddToProjectMemberPoolPolicyGrantDetail addToProjectMemberPool)Create an instance of this class withPolicyGrantDetail.addToProjectMemberPool()initialized to the given value.
-