Uses of Class
software.amazon.awssdk.services.glue.model.SourceProcessingProperties
-
Packages that use SourceProcessingProperties Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SourceProcessingProperties in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SourceProcessingProperties Modifier and Type Method Description SourceProcessingPropertiesCreateIntegrationResourcePropertyRequest. sourceProcessingProperties()The resource properties associated with the integration source.SourceProcessingPropertiesCreateIntegrationResourcePropertyResponse. sourceProcessingProperties()The resource properties associated with the integration source.SourceProcessingPropertiesGetIntegrationResourcePropertyResponse. sourceProcessingProperties()The resource properties associated with the integration source.SourceProcessingPropertiesUpdateIntegrationResourcePropertyRequest. sourceProcessingProperties()The resource properties associated with the integration source.SourceProcessingPropertiesUpdateIntegrationResourcePropertyResponse. sourceProcessingProperties()The resource properties associated with the integration source.Methods in software.amazon.awssdk.services.glue.model with parameters of type SourceProcessingProperties Modifier and Type Method Description CreateIntegrationResourcePropertyRequest.BuilderCreateIntegrationResourcePropertyRequest.Builder. sourceProcessingProperties(SourceProcessingProperties sourceProcessingProperties)The resource properties associated with the integration source.CreateIntegrationResourcePropertyResponse.BuilderCreateIntegrationResourcePropertyResponse.Builder. sourceProcessingProperties(SourceProcessingProperties sourceProcessingProperties)The resource properties associated with the integration source.GetIntegrationResourcePropertyResponse.BuilderGetIntegrationResourcePropertyResponse.Builder. sourceProcessingProperties(SourceProcessingProperties sourceProcessingProperties)The resource properties associated with the integration source.UpdateIntegrationResourcePropertyRequest.BuilderUpdateIntegrationResourcePropertyRequest.Builder. sourceProcessingProperties(SourceProcessingProperties sourceProcessingProperties)The resource properties associated with the integration source.UpdateIntegrationResourcePropertyResponse.BuilderUpdateIntegrationResourcePropertyResponse.Builder. sourceProcessingProperties(SourceProcessingProperties sourceProcessingProperties)The resource properties associated with the integration source.
-