Uses of Class
software.amazon.awssdk.services.appflow.model.ConnectorEntityField
-
Packages that use ConnectorEntityField Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ConnectorEntityField in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ConnectorEntityField Modifier and Type Method Description List<ConnectorEntityField>DescribeConnectorEntityResponse. connectorEntityFields()Describes the fields for that connector entity.Methods in software.amazon.awssdk.services.appflow.model with parameters of type ConnectorEntityField Modifier and Type Method Description DescribeConnectorEntityResponse.BuilderDescribeConnectorEntityResponse.Builder. connectorEntityFields(ConnectorEntityField... connectorEntityFields)Describes the fields for that connector entity.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ConnectorEntityField Modifier and Type Method Description DescribeConnectorEntityResponse.BuilderDescribeConnectorEntityResponse.Builder. connectorEntityFields(Collection<ConnectorEntityField> connectorEntityFields)Describes the fields for that connector entity.
-