Uses of Class
software.amazon.awssdk.services.appflow.model.ConnectorType
-
Packages that use ConnectorType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ConnectorType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ConnectorType Modifier and Type Method Description ConnectorTypeConnectorConfiguration. connectorType()The connector type.ConnectorTypeConnectorDetail. connectorType()The connector type.ConnectorTypeConnectorProfile. connectorType()The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypeCreateConnectorProfileRequest. connectorType()The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypeDescribeConnectorEntityRequest. connectorType()The type of connector application, such as Salesforce, Amplitude, and so on.ConnectorTypeDescribeConnectorProfilesRequest. connectorType()The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypeDescribeConnectorRequest. connectorType()The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.ConnectorTypeDestinationFlowConfig. connectorType()The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypeListConnectorEntitiesRequest. connectorType()The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypeResetConnectorMetadataCacheRequest. connectorType()The type of connector to reset cached metadata for.ConnectorTypeSourceFlowConfig. connectorType()The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypeFlowDefinition. destinationConnectorType()Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.static ConnectorTypeConnectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConnectorTypeFlowDefinition. sourceConnectorType()Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.static ConnectorTypeConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorType[]ConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ConnectorType Modifier and Type Method Description Map<ConnectorType,ConnectorConfiguration>DescribeConnectorsResponse. connectorConfigurations()The configuration that is applied to the connectors used in the flow.List<ConnectorType>DescribeConnectorsRequest. connectorTypes()The type of connector, such as Salesforce, Amplitude, and so on.static Set<ConnectorType>ConnectorType. knownValues()List<ConnectorType>ConnectorConfiguration. supportedDestinationConnectors()Lists the connectors that are available for use as destinations.Methods in software.amazon.awssdk.services.appflow.model with parameters of type ConnectorType Modifier and Type Method Description ConnectorConfiguration.BuilderConnectorConfiguration.Builder. connectorType(ConnectorType connectorType)The connector type.ConnectorDetail.BuilderConnectorDetail.Builder. connectorType(ConnectorType connectorType)The connector type.ConnectorProfile.BuilderConnectorProfile.Builder. connectorType(ConnectorType connectorType)The type of connector, such as Salesforce, Amplitude, and so on.CreateConnectorProfileRequest.BuilderCreateConnectorProfileRequest.Builder. connectorType(ConnectorType connectorType)The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorEntityRequest.BuilderDescribeConnectorEntityRequest.Builder. connectorType(ConnectorType connectorType)The type of connector application, such as Salesforce, Amplitude, and so on.DescribeConnectorProfilesRequest.BuilderDescribeConnectorProfilesRequest.Builder. connectorType(ConnectorType connectorType)The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorRequest.BuilderDescribeConnectorRequest.Builder. connectorType(ConnectorType connectorType)The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.DestinationFlowConfig.BuilderDestinationFlowConfig.Builder. connectorType(ConnectorType connectorType)The type of connector, such as Salesforce, Amplitude, and so on.ListConnectorEntitiesRequest.BuilderListConnectorEntitiesRequest.Builder. connectorType(ConnectorType connectorType)The type of connector, such as Salesforce, Amplitude, and so on.ResetConnectorMetadataCacheRequest.BuilderResetConnectorMetadataCacheRequest.Builder. connectorType(ConnectorType connectorType)The type of connector to reset cached metadata for.SourceFlowConfig.BuilderSourceFlowConfig.Builder. connectorType(ConnectorType connectorType)The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.BuilderDescribeConnectorsRequest.Builder. connectorTypes(ConnectorType... connectorTypes)The type of connector, such as Salesforce, Amplitude, and so on.FlowDefinition.BuilderFlowDefinition.Builder. destinationConnectorType(ConnectorType destinationConnectorType)Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.FlowDefinition.BuilderFlowDefinition.Builder. sourceConnectorType(ConnectorType sourceConnectorType)Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.ConnectorConfiguration.BuilderConnectorConfiguration.Builder. supportedDestinationConnectors(ConnectorType... supportedDestinationConnectors)Lists the connectors that are available for use as destinations.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ConnectorType Modifier and Type Method Description DescribeConnectorsResponse.BuilderDescribeConnectorsResponse.Builder. connectorConfigurations(Map<ConnectorType,ConnectorConfiguration> connectorConfigurations)The configuration that is applied to the connectors used in the flow.DescribeConnectorsRequest.BuilderDescribeConnectorsRequest.Builder. connectorTypes(Collection<ConnectorType> connectorTypes)The type of connector, such as Salesforce, Amplitude, and so on.ConnectorConfiguration.BuilderConnectorConfiguration.Builder. supportedDestinationConnectors(Collection<ConnectorType> supportedDestinationConnectors)Lists the connectors that are available for use as destinations.
-