Uses of Class
software.amazon.awssdk.services.glue.model.TargetProcessingProperties
-
Packages that use TargetProcessingProperties Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TargetProcessingProperties in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TargetProcessingProperties Modifier and Type Method Description TargetProcessingPropertiesCreateIntegrationResourcePropertyRequest. targetProcessingProperties()The resource properties associated with the integration target.TargetProcessingPropertiesCreateIntegrationResourcePropertyResponse. targetProcessingProperties()The resource properties associated with the integration target.TargetProcessingPropertiesGetIntegrationResourcePropertyResponse. targetProcessingProperties()The resource properties associated with the integration target.TargetProcessingPropertiesUpdateIntegrationResourcePropertyRequest. targetProcessingProperties()The resource properties associated with the integration target.TargetProcessingPropertiesUpdateIntegrationResourcePropertyResponse. targetProcessingProperties()The resource properties associated with the integration target.Methods in software.amazon.awssdk.services.glue.model with parameters of type TargetProcessingProperties Modifier and Type Method Description CreateIntegrationResourcePropertyRequest.BuilderCreateIntegrationResourcePropertyRequest.Builder. targetProcessingProperties(TargetProcessingProperties targetProcessingProperties)The resource properties associated with the integration target.CreateIntegrationResourcePropertyResponse.BuilderCreateIntegrationResourcePropertyResponse.Builder. targetProcessingProperties(TargetProcessingProperties targetProcessingProperties)The resource properties associated with the integration target.GetIntegrationResourcePropertyResponse.BuilderGetIntegrationResourcePropertyResponse.Builder. targetProcessingProperties(TargetProcessingProperties targetProcessingProperties)The resource properties associated with the integration target.UpdateIntegrationResourcePropertyRequest.BuilderUpdateIntegrationResourcePropertyRequest.Builder. targetProcessingProperties(TargetProcessingProperties targetProcessingProperties)The resource properties associated with the integration target.UpdateIntegrationResourcePropertyResponse.BuilderUpdateIntegrationResourcePropertyResponse.Builder. targetProcessingProperties(TargetProcessingProperties targetProcessingProperties)The resource properties associated with the integration target.
-