Uses of Class
software.amazon.awssdk.services.glue.model.CustomEntityType
-
Packages that use CustomEntityType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CustomEntityType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CustomEntityType Modifier and Type Method Description List<CustomEntityType>BatchGetCustomEntityTypesResponse. customEntityTypes()A list ofCustomEntityTypeobjects representing the custom patterns that have been created.List<CustomEntityType>ListCustomEntityTypesResponse. customEntityTypes()A list ofCustomEntityTypeobjects representing custom patterns.Methods in software.amazon.awssdk.services.glue.model with parameters of type CustomEntityType Modifier and Type Method Description BatchGetCustomEntityTypesResponse.BuilderBatchGetCustomEntityTypesResponse.Builder. customEntityTypes(CustomEntityType... customEntityTypes)A list ofCustomEntityTypeobjects representing the custom patterns that have been created.ListCustomEntityTypesResponse.BuilderListCustomEntityTypesResponse.Builder. customEntityTypes(CustomEntityType... customEntityTypes)A list ofCustomEntityTypeobjects representing custom patterns.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CustomEntityType Modifier and Type Method Description BatchGetCustomEntityTypesResponse.BuilderBatchGetCustomEntityTypesResponse.Builder. customEntityTypes(Collection<CustomEntityType> customEntityTypes)A list ofCustomEntityTypeobjects representing the custom patterns that have been created.ListCustomEntityTypesResponse.BuilderListCustomEntityTypesResponse.Builder. customEntityTypes(Collection<CustomEntityType> customEntityTypes)A list ofCustomEntityTypeobjects representing custom patterns.
-