Uses of Class
software.amazon.awssdk.services.datazone.model.TargetEntityType
-
Packages that use TargetEntityType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of TargetEntityType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return TargetEntityType Modifier and Type Method Description TargetEntityTypeAddPolicyGrantRequest. entityType()The type of entity (resource) to which the grant is added.TargetEntityTypeListPolicyGrantsRequest. entityType()The type of entity for which you want to list policy grants.TargetEntityTypeRemovePolicyGrantRequest. entityType()The type of the entity from which you want to remove a policy grant.static TargetEntityTypeTargetEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TargetEntityTypeTargetEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetEntityType[]TargetEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type TargetEntityType Modifier and Type Method Description static Set<TargetEntityType>TargetEntityType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type TargetEntityType Modifier and Type Method Description AddPolicyGrantRequest.BuilderAddPolicyGrantRequest.Builder. entityType(TargetEntityType entityType)The type of entity (resource) to which the grant is added.ListPolicyGrantsRequest.BuilderListPolicyGrantsRequest.Builder. entityType(TargetEntityType entityType)The type of entity for which you want to list policy grants.RemovePolicyGrantRequest.BuilderRemovePolicyGrantRequest.Builder. entityType(TargetEntityType entityType)The type of the entity from which you want to remove a policy grant.
-