Uses of Class
software.amazon.awssdk.services.datazone.model.DataZoneEntityType
-
Packages that use DataZoneEntityType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DataZoneEntityType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DataZoneEntityType Modifier and Type Method Description DataZoneEntityTypeAddEntityOwnerRequest. entityType()The type of an entity.DataZoneEntityTypeListEntityOwnersRequest. entityType()The type of the entity that you want to list.DataZoneEntityTypeRemoveEntityOwnerRequest. entityType()The type of the entity from which you want to remove an owner.static DataZoneEntityTypeDataZoneEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataZoneEntityTypeDataZoneEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataZoneEntityType[]DataZoneEntityType. 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 DataZoneEntityType Modifier and Type Method Description static Set<DataZoneEntityType>DataZoneEntityType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type DataZoneEntityType Modifier and Type Method Description AddEntityOwnerRequest.BuilderAddEntityOwnerRequest.Builder. entityType(DataZoneEntityType entityType)The type of an entity.ListEntityOwnersRequest.BuilderListEntityOwnersRequest.Builder. entityType(DataZoneEntityType entityType)The type of the entity that you want to list.RemoveEntityOwnerRequest.BuilderRemoveEntityOwnerRequest.Builder. entityType(DataZoneEntityType entityType)The type of the entity from which you want to remove an owner.
-