Skip navigation links
A B C D E F G H I L M O P R S T U V W Z 

A

AbstractAmazonAppflow - Class in com.amazonaws.services.appflow
Abstract implementation of AmazonAppflow.
AbstractAmazonAppflow() - Constructor for class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
AbstractAmazonAppflowAsync - Class in com.amazonaws.services.appflow
Abstract implementation of AmazonAppflowAsync.
AbstractAmazonAppflowAsync() - Constructor for class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
AccessDeniedException - Exception in com.amazonaws.services.appflow.model
AppFlow/Requester has invalid or missing permissions.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.appflow.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
addConnectorConfigurationsEntry(String, ConnectorConfiguration) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
Add a single ConnectorConfigurations entry
addConnectorEntityMapEntry(String, List<ConnectorEntity>) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
Add a single ConnectorEntityMap entry
addCredentialsMapEntry(String, String) - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
Add a single CredentialsMap entry
addCustomPropertiesEntry(String, String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Add a single CustomProperties entry
addCustomPropertiesEntry(String, String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
Add a single CustomProperties entry
addCustomPropertiesEntry(String, String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
Add a single CustomProperties entry
addProfilePropertiesEntry(String, String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
Add a single ProfileProperties entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
Add a single Tags entry
addTaskPropertiesEntry(String, String) - Method in class com.amazonaws.services.appflow.model.Task
Add a single TaskProperties entry
addTokenUrlCustomPropertiesEntry(String, String) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
Add a single TokenUrlCustomProperties entry
AggregationConfig - Class in com.amazonaws.services.appflow.model
The aggregation settings that you can use to customize the output format of your flow data.
AggregationConfig() - Constructor for class com.amazonaws.services.appflow.model.AggregationConfig
 
AggregationType - Enum in com.amazonaws.services.appflow.model
 
AmazonAppflow - Interface in com.amazonaws.services.appflow
Interface for accessing Amazon Appflow.
AmazonAppflowAsync - Interface in com.amazonaws.services.appflow
Interface for accessing Amazon Appflow asynchronously.
AmazonAppflowAsyncClient - Class in com.amazonaws.services.appflow
Client for accessing Amazon Appflow asynchronously.
AmazonAppflowAsyncClientBuilder - Class in com.amazonaws.services.appflow
Fluent builder for AmazonAppflowAsync.
AmazonAppflowClient - Class in com.amazonaws.services.appflow
Client for accessing Amazon Appflow.
AmazonAppflowClientBuilder - Class in com.amazonaws.services.appflow
Fluent builder for AmazonAppflow.
AmazonAppflowException - Exception in com.amazonaws.services.appflow.model
Base exception for all service exceptions thrown by Amazon Appflow
AmazonAppflowException(String) - Constructor for exception com.amazonaws.services.appflow.model.AmazonAppflowException
Constructs a new AmazonAppflowException with the specified error message.
AmplitudeConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
AmplitudeConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific credentials required when using Amplitude.
AmplitudeConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
 
AmplitudeConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Amplitude.
AmplitudeConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileProperties
 
AmplitudeMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Amplitude.
AmplitudeMetadata() - Constructor for class com.amazonaws.services.appflow.model.AmplitudeMetadata
 
AmplitudeSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Amplitude is being used as a source.
AmplitudeSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
 
ApiKeyCredentials - Class in com.amazonaws.services.appflow.model
The API key credentials required for API key authentication.
ApiKeyCredentials() - Constructor for class com.amazonaws.services.appflow.model.ApiKeyCredentials
 
asyncBuilder() - Static method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
AuthenticationConfig - Class in com.amazonaws.services.appflow.model
Contains information about the authentication config that the connector supports.
AuthenticationConfig() - Constructor for class com.amazonaws.services.appflow.model.AuthenticationConfig
 
AuthenticationType - Enum in com.amazonaws.services.appflow.model
 
AuthParameter - Class in com.amazonaws.services.appflow.model
Information about required authentication parameters.
AuthParameter() - Constructor for class com.amazonaws.services.appflow.model.AuthParameter
 

B

BasicAuthCredentials - Class in com.amazonaws.services.appflow.model
The basic auth credentials required for basic authentication.
BasicAuthCredentials() - Constructor for class com.amazonaws.services.appflow.model.BasicAuthCredentials
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClientBuilder
Construct an asynchronous implementation of AmazonAppflowAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.appflow.AmazonAppflowClientBuilder
Construct a synchronous implementation of AmazonAppflow using the current builder configuration.
builder() - Static method in class com.amazonaws.services.appflow.AmazonAppflowClient
 

C

cancelFlowExecutions(CancelFlowExecutionsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
cancelFlowExecutions(CancelFlowExecutionsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Cancels active runs for a flow.
cancelFlowExecutions(CancelFlowExecutionsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Cancels active runs for a flow.
cancelFlowExecutionsAsync(CancelFlowExecutionsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
cancelFlowExecutionsAsync(CancelFlowExecutionsRequest, AsyncHandler<CancelFlowExecutionsRequest, CancelFlowExecutionsResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
cancelFlowExecutionsAsync(CancelFlowExecutionsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Cancels active runs for a flow.
cancelFlowExecutionsAsync(CancelFlowExecutionsRequest, AsyncHandler<CancelFlowExecutionsRequest, CancelFlowExecutionsResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Cancels active runs for a flow.
cancelFlowExecutionsAsync(CancelFlowExecutionsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
cancelFlowExecutionsAsync(CancelFlowExecutionsRequest, AsyncHandler<CancelFlowExecutionsRequest, CancelFlowExecutionsResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
CancelFlowExecutionsRequest - Class in com.amazonaws.services.appflow.model
 
CancelFlowExecutionsRequest() - Constructor for class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
 
CancelFlowExecutionsResult - Class in com.amazonaws.services.appflow.model
 
CancelFlowExecutionsResult() - Constructor for class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
 
CatalogType - Enum in com.amazonaws.services.appflow.model
 
clearConnectorConfigurationsEntries() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
Removes all the entries added into ConnectorConfigurations.
clearConnectorEntityMapEntries() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
Removes all the entries added into ConnectorEntityMap.
clearCredentialsMapEntries() - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
Removes all the entries added into CredentialsMap.
clearCustomPropertiesEntries() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Removes all the entries added into CustomProperties.
clearCustomPropertiesEntries() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
Removes all the entries added into CustomProperties.
clearCustomPropertiesEntries() - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
Removes all the entries added into CustomProperties.
clearProfilePropertiesEntries() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
Removes all the entries added into ProfileProperties.
clearTagsEntries() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
Removes all the entries added into Tags.
clearTaskPropertiesEntries() - Method in class com.amazonaws.services.appflow.model.Task
Removes all the entries added into TaskProperties.
clearTokenUrlCustomPropertiesEntries() - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
Removes all the entries added into TokenUrlCustomProperties.
clone() - Method in class com.amazonaws.services.appflow.model.AggregationConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.AmplitudeMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.AuthParameter
 
clone() - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
 
clone() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileResult
 
clone() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
 
clone() - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.CustomerProfilesMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.DatadogMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.DatadogSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.DataTransferApi
 
clone() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileResult
 
clone() - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.DeleteFlowResult
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorResult
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeFlowRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
 
clone() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.DynatraceMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.DynatraceSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.ErrorInfo
 
clone() - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.EventBridgeMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
 
clone() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
 
clone() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
 
clone() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
 
clone() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
 
clone() - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.IncrementalPullConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.InforNexusMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.InforNexusSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
 
clone() - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
 
clone() - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
 
clone() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.appflow.model.LookoutMetricsDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.MarketoMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.MarketoSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
 
clone() - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
 
clone() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
 
clone() - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
 
clone() - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
 
clone() - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.OAuthProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.PardotMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.PardotSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.PrefixConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
 
clone() - Method in class com.amazonaws.services.appflow.model.Range
 
clone() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.RedshiftMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorResult
 
clone() - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
 
clone() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheResult
 
clone() - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.S3Metadata
 
clone() - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SAPODataMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ServiceNowMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SingularMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.SingularSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SlackMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.SlackSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.StartFlowResult
 
clone() - Method in class com.amazonaws.services.appflow.model.StopFlowRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.StopFlowResult
 
clone() - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
 
clone() - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.appflow.model.Task
 
clone() - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.TrendmicroMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.TriggerConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.TriggerProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorResult
 
clone() - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileResult
 
clone() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationResult
 
clone() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
 
clone() - Method in class com.amazonaws.services.appflow.model.UpdateFlowResult
 
clone() - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.UpsolverMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
clone() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.VeevaMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
 
clone() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
clone() - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
 
clone() - Method in class com.amazonaws.services.appflow.model.ZendeskSourceProperties
 
com.amazonaws.services.appflow - package com.amazonaws.services.appflow
Welcome to the Amazon AppFlow API reference.
com.amazonaws.services.appflow.model - package com.amazonaws.services.appflow.model
 
configFactory - Static variable in class com.amazonaws.services.appflow.AmazonAppflowClient
Client configuration factory providing ClientConfigurations tailored to this client
ConflictException - Exception in com.amazonaws.services.appflow.model
There was a conflict when processing the request (for example, a flow with the given name already exists within the account.
ConflictException(String) - Constructor for exception com.amazonaws.services.appflow.model.ConflictException
Constructs a new ConflictException with the specified error message.
ConnectionMode - Enum in com.amazonaws.services.appflow.model
 
ConnectorAuthenticationException - Exception in com.amazonaws.services.appflow.model
An error occurred when authenticating with the connector endpoint.
ConnectorAuthenticationException(String) - Constructor for exception com.amazonaws.services.appflow.model.ConnectorAuthenticationException
Constructs a new ConnectorAuthenticationException with the specified error message.
ConnectorConfiguration - Class in com.amazonaws.services.appflow.model
The configuration settings related to a given connector.
ConnectorConfiguration() - Constructor for class com.amazonaws.services.appflow.model.ConnectorConfiguration
 
ConnectorDetail - Class in com.amazonaws.services.appflow.model
Information about the registered connector.
ConnectorDetail() - Constructor for class com.amazonaws.services.appflow.model.ConnectorDetail
 
ConnectorEntity - Class in com.amazonaws.services.appflow.model
The high-level entity that can be queried in Amazon AppFlow.
ConnectorEntity() - Constructor for class com.amazonaws.services.appflow.model.ConnectorEntity
 
ConnectorEntityField - Class in com.amazonaws.services.appflow.model
Describes the data model of a connector field.
ConnectorEntityField() - Constructor for class com.amazonaws.services.appflow.model.ConnectorEntityField
 
ConnectorMetadata - Class in com.amazonaws.services.appflow.model
A structure to specify connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.
ConnectorMetadata() - Constructor for class com.amazonaws.services.appflow.model.ConnectorMetadata
 
ConnectorOAuthRequest - Class in com.amazonaws.services.appflow.model
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
ConnectorOAuthRequest() - Constructor for class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
 
ConnectorOperator - Class in com.amazonaws.services.appflow.model
The operation to be performed on the provided source fields.
ConnectorOperator() - Constructor for class com.amazonaws.services.appflow.model.ConnectorOperator
 
ConnectorProfile - Class in com.amazonaws.services.appflow.model
Describes an instance of a connector.
ConnectorProfile() - Constructor for class com.amazonaws.services.appflow.model.ConnectorProfile
 
ConnectorProfileConfig - Class in com.amazonaws.services.appflow.model
Defines the connector-specific configuration and credentials for the connector profile.
ConnectorProfileConfig() - Constructor for class com.amazonaws.services.appflow.model.ConnectorProfileConfig
 
ConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific credentials required by a connector.
ConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
ConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required by each connector.
ConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.ConnectorProfileProperties
 
ConnectorProvisioningConfig - Class in com.amazonaws.services.appflow.model
Contains information about the configuration of the connector being registered.
ConnectorProvisioningConfig() - Constructor for class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
 
ConnectorProvisioningType - Enum in com.amazonaws.services.appflow.model
The type of provisioning that the connector supports, such as Lambda.
ConnectorRuntimeSetting - Class in com.amazonaws.services.appflow.model
Contains information about the connector runtime settings that are required for flow execution.
ConnectorRuntimeSetting() - Constructor for class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
 
ConnectorServerException - Exception in com.amazonaws.services.appflow.model
An error occurred when retrieving data from the connector endpoint.
ConnectorServerException(String) - Constructor for exception com.amazonaws.services.appflow.model.ConnectorServerException
Constructs a new ConnectorServerException with the specified error message.
ConnectorType - Enum in com.amazonaws.services.appflow.model
 
createConnectorProfile(CreateConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
createConnectorProfile(CreateConnectorProfileRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Creates a new connector profile associated with your Amazon Web Services account.
createConnectorProfile(CreateConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Creates a new connector profile associated with your Amazon Web Services account.
createConnectorProfileAsync(CreateConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
createConnectorProfileAsync(CreateConnectorProfileRequest, AsyncHandler<CreateConnectorProfileRequest, CreateConnectorProfileResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
createConnectorProfileAsync(CreateConnectorProfileRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Creates a new connector profile associated with your Amazon Web Services account.
createConnectorProfileAsync(CreateConnectorProfileRequest, AsyncHandler<CreateConnectorProfileRequest, CreateConnectorProfileResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Creates a new connector profile associated with your Amazon Web Services account.
createConnectorProfileAsync(CreateConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
createConnectorProfileAsync(CreateConnectorProfileRequest, AsyncHandler<CreateConnectorProfileRequest, CreateConnectorProfileResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
CreateConnectorProfileRequest - Class in com.amazonaws.services.appflow.model
 
CreateConnectorProfileRequest() - Constructor for class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
 
CreateConnectorProfileResult - Class in com.amazonaws.services.appflow.model
 
CreateConnectorProfileResult() - Constructor for class com.amazonaws.services.appflow.model.CreateConnectorProfileResult
 
createFlow(CreateFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
createFlow(CreateFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Enables your application to create a new flow using Amazon AppFlow.
createFlow(CreateFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Enables your application to create a new flow using Amazon AppFlow.
createFlowAsync(CreateFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
createFlowAsync(CreateFlowRequest, AsyncHandler<CreateFlowRequest, CreateFlowResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
createFlowAsync(CreateFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Enables your application to create a new flow using Amazon AppFlow.
createFlowAsync(CreateFlowRequest, AsyncHandler<CreateFlowRequest, CreateFlowResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Enables your application to create a new flow using Amazon AppFlow.
createFlowAsync(CreateFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
createFlowAsync(CreateFlowRequest, AsyncHandler<CreateFlowRequest, CreateFlowResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
CreateFlowRequest - Class in com.amazonaws.services.appflow.model
 
CreateFlowRequest() - Constructor for class com.amazonaws.services.appflow.model.CreateFlowRequest
 
CreateFlowResult - Class in com.amazonaws.services.appflow.model
 
CreateFlowResult() - Constructor for class com.amazonaws.services.appflow.model.CreateFlowResult
 
CustomAuthConfig - Class in com.amazonaws.services.appflow.model
Configuration information required for custom authentication.
CustomAuthConfig() - Constructor for class com.amazonaws.services.appflow.model.CustomAuthConfig
 
CustomAuthCredentials - Class in com.amazonaws.services.appflow.model
The custom credentials required for custom authentication.
CustomAuthCredentials() - Constructor for class com.amazonaws.services.appflow.model.CustomAuthCredentials
 
CustomConnectorDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when the custom connector is being used as a destination.
CustomConnectorDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
 
CustomConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials that are required when using the custom connector.
CustomConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
 
CustomConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The profile properties required by the custom connector.
CustomConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
 
CustomConnectorSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when the custom connector is being used as a source.
CustomConnectorSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
 
CustomerProfilesDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Amazon Connect Customer Profiles is used as a destination.
CustomerProfilesDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
 
CustomerProfilesMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Amazon Connect Customer Profiles.
CustomerProfilesMetadata() - Constructor for class com.amazonaws.services.appflow.model.CustomerProfilesMetadata
 

D

DatadogConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
DatadogConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific credentials required by Datadog.
DatadogConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
 
DatadogConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required by Datadog.
DatadogConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
 
DatadogMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Datadog.
DatadogMetadata() - Constructor for class com.amazonaws.services.appflow.model.DatadogMetadata
 
DatadogSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Datadog is being used as a source.
DatadogSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.DatadogSourceProperties
 
DataPullMode - Enum in com.amazonaws.services.appflow.model
 
DataTransferApi - Class in com.amazonaws.services.appflow.model
The API of the connector application that Amazon AppFlow uses to transfer your data.
DataTransferApi() - Constructor for class com.amazonaws.services.appflow.model.DataTransferApi
 
DataTransferApiType - Enum in com.amazonaws.services.appflow.model
 
defaultClient() - Static method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.appflow.AmazonAppflowClientBuilder
 
deleteConnectorProfile(DeleteConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
deleteConnectorProfile(DeleteConnectorProfileRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Enables you to delete an existing connector profile.
deleteConnectorProfile(DeleteConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Enables you to delete an existing connector profile.
deleteConnectorProfileAsync(DeleteConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
deleteConnectorProfileAsync(DeleteConnectorProfileRequest, AsyncHandler<DeleteConnectorProfileRequest, DeleteConnectorProfileResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
deleteConnectorProfileAsync(DeleteConnectorProfileRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Enables you to delete an existing connector profile.
deleteConnectorProfileAsync(DeleteConnectorProfileRequest, AsyncHandler<DeleteConnectorProfileRequest, DeleteConnectorProfileResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Enables you to delete an existing connector profile.
deleteConnectorProfileAsync(DeleteConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
deleteConnectorProfileAsync(DeleteConnectorProfileRequest, AsyncHandler<DeleteConnectorProfileRequest, DeleteConnectorProfileResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
DeleteConnectorProfileRequest - Class in com.amazonaws.services.appflow.model
 
DeleteConnectorProfileRequest() - Constructor for class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
 
DeleteConnectorProfileResult - Class in com.amazonaws.services.appflow.model
 
DeleteConnectorProfileResult() - Constructor for class com.amazonaws.services.appflow.model.DeleteConnectorProfileResult
 
deleteFlow(DeleteFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
deleteFlow(DeleteFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Enables your application to delete an existing flow.
deleteFlow(DeleteFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Enables your application to delete an existing flow.
deleteFlowAsync(DeleteFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
deleteFlowAsync(DeleteFlowRequest, AsyncHandler<DeleteFlowRequest, DeleteFlowResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
deleteFlowAsync(DeleteFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Enables your application to delete an existing flow.
deleteFlowAsync(DeleteFlowRequest, AsyncHandler<DeleteFlowRequest, DeleteFlowResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Enables your application to delete an existing flow.
deleteFlowAsync(DeleteFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
deleteFlowAsync(DeleteFlowRequest, AsyncHandler<DeleteFlowRequest, DeleteFlowResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
DeleteFlowRequest - Class in com.amazonaws.services.appflow.model
 
DeleteFlowRequest() - Constructor for class com.amazonaws.services.appflow.model.DeleteFlowRequest
 
DeleteFlowResult - Class in com.amazonaws.services.appflow.model
 
DeleteFlowResult() - Constructor for class com.amazonaws.services.appflow.model.DeleteFlowResult
 
describeConnector(DescribeConnectorRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
describeConnector(DescribeConnectorRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Describes the given custom connector registered in your Amazon Web Services account.
describeConnector(DescribeConnectorRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Describes the given custom connector registered in your Amazon Web Services account.
describeConnectorAsync(DescribeConnectorRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeConnectorAsync(DescribeConnectorRequest, AsyncHandler<DescribeConnectorRequest, DescribeConnectorResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeConnectorAsync(DescribeConnectorRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Describes the given custom connector registered in your Amazon Web Services account.
describeConnectorAsync(DescribeConnectorRequest, AsyncHandler<DescribeConnectorRequest, DescribeConnectorResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Describes the given custom connector registered in your Amazon Web Services account.
describeConnectorAsync(DescribeConnectorRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
describeConnectorAsync(DescribeConnectorRequest, AsyncHandler<DescribeConnectorRequest, DescribeConnectorResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
describeConnectorEntity(DescribeConnectorEntityRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
describeConnectorEntity(DescribeConnectorEntityRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.
describeConnectorEntity(DescribeConnectorEntityRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.
describeConnectorEntityAsync(DescribeConnectorEntityRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeConnectorEntityAsync(DescribeConnectorEntityRequest, AsyncHandler<DescribeConnectorEntityRequest, DescribeConnectorEntityResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeConnectorEntityAsync(DescribeConnectorEntityRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.
describeConnectorEntityAsync(DescribeConnectorEntityRequest, AsyncHandler<DescribeConnectorEntityRequest, DescribeConnectorEntityResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.
describeConnectorEntityAsync(DescribeConnectorEntityRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
describeConnectorEntityAsync(DescribeConnectorEntityRequest, AsyncHandler<DescribeConnectorEntityRequest, DescribeConnectorEntityResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
DescribeConnectorEntityRequest - Class in com.amazonaws.services.appflow.model
 
DescribeConnectorEntityRequest() - Constructor for class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
 
DescribeConnectorEntityResult - Class in com.amazonaws.services.appflow.model
 
DescribeConnectorEntityResult() - Constructor for class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
 
describeConnectorProfiles(DescribeConnectorProfilesRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
describeConnectorProfiles(DescribeConnectorProfilesRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Returns a list of connector-profile details matching the provided connector-profile names and connector-types.
describeConnectorProfiles(DescribeConnectorProfilesRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Returns a list of connector-profile details matching the provided connector-profile names and connector-types.
describeConnectorProfilesAsync(DescribeConnectorProfilesRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeConnectorProfilesAsync(DescribeConnectorProfilesRequest, AsyncHandler<DescribeConnectorProfilesRequest, DescribeConnectorProfilesResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeConnectorProfilesAsync(DescribeConnectorProfilesRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Returns a list of connector-profile details matching the provided connector-profile names and connector-types.
describeConnectorProfilesAsync(DescribeConnectorProfilesRequest, AsyncHandler<DescribeConnectorProfilesRequest, DescribeConnectorProfilesResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Returns a list of connector-profile details matching the provided connector-profile names and connector-types.
describeConnectorProfilesAsync(DescribeConnectorProfilesRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
describeConnectorProfilesAsync(DescribeConnectorProfilesRequest, AsyncHandler<DescribeConnectorProfilesRequest, DescribeConnectorProfilesResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
DescribeConnectorProfilesRequest - Class in com.amazonaws.services.appflow.model
 
DescribeConnectorProfilesRequest() - Constructor for class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
 
DescribeConnectorProfilesResult - Class in com.amazonaws.services.appflow.model
 
DescribeConnectorProfilesResult() - Constructor for class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
 
DescribeConnectorRequest - Class in com.amazonaws.services.appflow.model
 
DescribeConnectorRequest() - Constructor for class com.amazonaws.services.appflow.model.DescribeConnectorRequest
 
DescribeConnectorResult - Class in com.amazonaws.services.appflow.model
 
DescribeConnectorResult() - Constructor for class com.amazonaws.services.appflow.model.DescribeConnectorResult
 
describeConnectors(DescribeConnectorsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
describeConnectors(DescribeConnectorsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Describes the connectors vended by Amazon AppFlow for specified connector types.
describeConnectors(DescribeConnectorsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Describes the connectors vended by Amazon AppFlow for specified connector types.
describeConnectorsAsync(DescribeConnectorsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeConnectorsAsync(DescribeConnectorsRequest, AsyncHandler<DescribeConnectorsRequest, DescribeConnectorsResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeConnectorsAsync(DescribeConnectorsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Describes the connectors vended by Amazon AppFlow for specified connector types.
describeConnectorsAsync(DescribeConnectorsRequest, AsyncHandler<DescribeConnectorsRequest, DescribeConnectorsResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Describes the connectors vended by Amazon AppFlow for specified connector types.
describeConnectorsAsync(DescribeConnectorsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
describeConnectorsAsync(DescribeConnectorsRequest, AsyncHandler<DescribeConnectorsRequest, DescribeConnectorsResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
DescribeConnectorsRequest - Class in com.amazonaws.services.appflow.model
 
DescribeConnectorsRequest() - Constructor for class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
 
DescribeConnectorsResult - Class in com.amazonaws.services.appflow.model
 
DescribeConnectorsResult() - Constructor for class com.amazonaws.services.appflow.model.DescribeConnectorsResult
 
describeFlow(DescribeFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
describeFlow(DescribeFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Provides a description of the specified flow.
describeFlow(DescribeFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Provides a description of the specified flow.
describeFlowAsync(DescribeFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeFlowAsync(DescribeFlowRequest, AsyncHandler<DescribeFlowRequest, DescribeFlowResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeFlowAsync(DescribeFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Provides a description of the specified flow.
describeFlowAsync(DescribeFlowRequest, AsyncHandler<DescribeFlowRequest, DescribeFlowResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Provides a description of the specified flow.
describeFlowAsync(DescribeFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
describeFlowAsync(DescribeFlowRequest, AsyncHandler<DescribeFlowRequest, DescribeFlowResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Fetches the execution history of the flow.
describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Fetches the execution history of the flow.
describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest, AsyncHandler<DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Fetches the execution history of the flow.
describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest, AsyncHandler<DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Fetches the execution history of the flow.
describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest, AsyncHandler<DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
DescribeFlowExecutionRecordsRequest - Class in com.amazonaws.services.appflow.model
 
DescribeFlowExecutionRecordsRequest() - Constructor for class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
 
DescribeFlowExecutionRecordsResult - Class in com.amazonaws.services.appflow.model
 
DescribeFlowExecutionRecordsResult() - Constructor for class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
 
DescribeFlowRequest - Class in com.amazonaws.services.appflow.model
 
DescribeFlowRequest() - Constructor for class com.amazonaws.services.appflow.model.DescribeFlowRequest
 
DescribeFlowResult - Class in com.amazonaws.services.appflow.model
 
DescribeFlowResult() - Constructor for class com.amazonaws.services.appflow.model.DescribeFlowResult
 
DestinationConnectorProperties - Class in com.amazonaws.services.appflow.model
This stores the information that is required to query a particular connector.
DestinationConnectorProperties() - Constructor for class com.amazonaws.services.appflow.model.DestinationConnectorProperties
 
DestinationFieldProperties - Class in com.amazonaws.services.appflow.model
The properties that can be applied to a field when connector is being used as a destination.
DestinationFieldProperties() - Constructor for class com.amazonaws.services.appflow.model.DestinationFieldProperties
 
DestinationFlowConfig - Class in com.amazonaws.services.appflow.model
Contains information about the configuration of destination connectors present in the flow.
DestinationFlowConfig() - Constructor for class com.amazonaws.services.appflow.model.DestinationFlowConfig
 
DynatraceConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
DynatraceConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required by Dynatrace.
DynatraceConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
 
DynatraceConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required by Dynatrace.
DynatraceConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
 
DynatraceMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Dynatrace.
DynatraceMetadata() - Constructor for class com.amazonaws.services.appflow.model.DynatraceMetadata
 
DynatraceSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Dynatrace is being used as a source.
DynatraceSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.DynatraceSourceProperties
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.appflow.AmazonAppflow
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.appflow.model.AggregationConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.AmplitudeMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.AuthParameter
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.CustomerProfilesMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DatadogMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DatadogSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DataTransferApi
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DeleteFlowResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeFlowRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DynatraceMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.DynatraceSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ErrorInfo
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.EventBridgeMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.IncrementalPullConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.InforNexusMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.InforNexusSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.LookoutMetricsDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.MarketoMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.MarketoSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.PardotMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.PardotSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.Range
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.RedshiftMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.S3Metadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SAPODataMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ServiceNowMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SingularMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SingularSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SlackMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SlackSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.StartFlowResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.StopFlowRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.StopFlowResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.Task
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.TrendmicroMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.TriggerConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.TriggerProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpdateFlowResult
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpsolverMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.VeevaMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
 
equals(Object) - Method in class com.amazonaws.services.appflow.model.ZendeskSourceProperties
 
ErrorHandlingConfig - Class in com.amazonaws.services.appflow.model
The settings that determine how Amazon AppFlow handles an error when placing data in the destination.
ErrorHandlingConfig() - Constructor for class com.amazonaws.services.appflow.model.ErrorHandlingConfig
 
ErrorInfo - Class in com.amazonaws.services.appflow.model
Provides details in the event of a failed flow, including the failure count and the related error messages.
ErrorInfo() - Constructor for class com.amazonaws.services.appflow.model.ErrorInfo
 
EventBridgeDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Amazon EventBridge is being used as a destination.
EventBridgeDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
 
EventBridgeMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Amazon EventBridge.
EventBridgeMetadata() - Constructor for class com.amazonaws.services.appflow.model.EventBridgeMetadata
 
ExecutionDetails - Class in com.amazonaws.services.appflow.model
Describes the details of the flow run, including the timestamp, status, and message.
ExecutionDetails() - Constructor for class com.amazonaws.services.appflow.model.ExecutionDetails
 
ExecutionRecord - Class in com.amazonaws.services.appflow.model
Specifies information about the past flow run instances for a given flow.
ExecutionRecord() - Constructor for class com.amazonaws.services.appflow.model.ExecutionRecord
 
ExecutionResult - Class in com.amazonaws.services.appflow.model
Specifies the end result of the flow run.
ExecutionResult() - Constructor for class com.amazonaws.services.appflow.model.ExecutionResult
 
ExecutionStatus - Enum in com.amazonaws.services.appflow.model
 

F

FieldTypeDetails - Class in com.amazonaws.services.appflow.model
Contains details regarding the supported field type and the operators that can be applied for filtering.
FieldTypeDetails() - Constructor for class com.amazonaws.services.appflow.model.FieldTypeDetails
 
FileType - Enum in com.amazonaws.services.appflow.model
 
FlowDefinition - Class in com.amazonaws.services.appflow.model
The properties of the flow, such as its source, destination, trigger type, and so on.
FlowDefinition() - Constructor for class com.amazonaws.services.appflow.model.FlowDefinition
 
FlowStatus - Enum in com.amazonaws.services.appflow.model
 
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.AggregationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.AmplitudeConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.AuthenticationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.CatalogType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.ConnectionMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.ConnectorProvisioningType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.ConnectorType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.DatadogConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.DataPullMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.DataTransferApiType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.DynatraceConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.ExecutionStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.FileType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.FlowStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.InforNexusConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.MarketoConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.OAuth2CustomPropType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.OAuth2GrantType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.Operator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.OperatorPropertiesKeys
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.Operators
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.PardotConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.PathPrefix
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.PrefixFormat
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.PrefixType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.PrivateConnectionProvisioningFailureCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.PrivateConnectionProvisioningStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.S3ConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.S3InputFileType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.SalesforceConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.SalesforceDataTransferApi
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.SAPODataConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.ScheduleFrequencyType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.ServiceNowConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.SingularConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.SlackConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.SupportedDataTransferType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.TaskType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.TrendmicroConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.TriggerType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.VeevaConnectorOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.WriteOperationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.appflow.model.ZendeskConnectorOperator
Use this in place of valueOf.

G

getAccessKeyId() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The Access Key portion of the credentials.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The credentials used to access protected Google Analytics resources.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
The credentials used to access protected Amazon Honeycode resources.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The credentials used to access protected Marketo resources.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The access token used to access the connector on your behalf.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The access token used to access protected SAPOData resources.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The credentials used to access protected Salesforce Pardot resources.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The credentials used to access protected Salesforce resources.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The credentials used to access protected Slack resources.
getAccessToken() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The credentials used to access protected Zendesk resources.
getAccountName() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the account.
getAggregationConfig() - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
 
getAggregationConfig() - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
getAggregationType() - Method in class com.amazonaws.services.appflow.model.AggregationConfig
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
getAmplitude() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amplitude.
getAmplitude() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Amplitude source fields.
getAmplitude() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amplitude.
getAmplitude() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amplitude.
getAmplitude() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Amplitude.
getApiKey() - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
getApiKey() - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
The API key required for API key authentication.
getApiKey() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The API keys required for the authentication of the user.
getApiKey() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
getApiKey() - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
getApiSecretKey() - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
The API secret key required for API key authentication.
getApiSecretKey() - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
The Secret Access Key portion of the credentials.
getApiToken() - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
The API tokens used by Dynatrace API to authenticate various API calls.
getApiVersion() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The version of the API that's used by the connector.
getApiVersion() - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The API version that the destination connector uses.
getApiVersion() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The version of the API that's used by the connector.
getApiVersion() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The API version that you specified in the connector profile that you’re resetting cached metadata for.
getApiVersion() - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The API version of the connector when it's used as a source in the flow.
getApplicationHostUrl() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The location of the SAPOData resource.
getApplicationKey() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
getApplicationServicePath() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The application path to catalog service.
getApplicationType() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The application type of the connector.
getAuthCode() - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
The code provided by the connector when it has been authenticated via the connected app.
getAuthCodeUrl() - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.
getAuthCodeUrls() - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Auth code URLs that can be used for OAuth 2.0 authentication.
getAuthenticationConfig() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The authentication config required for the connector.
getAuthenticationType() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The authentication type that the custom connector uses for authenticating while creating a connector profile.
getAuthParameters() - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
Information about authentication parameters required for authentication.
getBasic() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The basic credentials that are required for the authentication of the user.
getBasicAuthCredentials() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
The SAPOData basic authentication credentials.
getBucketName() - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies the name of the Amazon S3 bucket.
getBucketName() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
A name for the associated Amazon S3 bucket.
getBucketName() - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
getBucketName() - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
The Amazon S3 bucket name where the source files are stored.
getBucketName() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Amazon S3 bucket associated with Snowflake.
getBucketName() - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
The name of the Amazon S3 bucket.
getBucketName() - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies the Amazon S3 bucket prefix.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The object key for the bucket in which Amazon AppFlow places the destination files.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
The object key for the Amazon S3 bucket in which the source files are stored.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
The Amazon S3 bucket prefix.
getBucketPrefix() - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
getBusinessUnitId() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
The business unit id of Salesforce Pardot instance.
getBytesProcessed() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The total number of bytes processed by the flow run.
getBytesWritten() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The total number of bytes written as a result of the flow run.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCanUseAsDestination() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies whether the connector can be used as a destination.
getCanUseAsSource() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies whether the connector can be used as a source.
getCatalogType() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
getClientCredentialsArn() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The secret manager ARN, which contains the client ID and client secret of the connected app.
getClientCredentialsArn() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The secret manager ARN, which contains the client ID and client secret of the connected app.
getClientId() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The identifier for the desired client.
getClientId() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The identifier for the desired client.
getClientId() - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The identifier for the desired client.
getClientId() - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The identifier for the desired client.
getClientId() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The identifier for the client.
getClientId() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The identifier for the desired client.
getClientNumber() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The client number for the client creating the connection.
getClientSecret() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
getClientSecret() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
getClientSecret() - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The client secret used by the OAuth client to authenticate to the authorization server.
getClientSecret() - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
getClientSecret() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
getClientSecret() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
getClientToken() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The clientToken parameter is an idempotency token.
getClientToken() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The clientToken parameter is an idempotency token.
getClientToken() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The clientToken parameter is an idempotency token.
getClientToken() - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
The clientToken parameter is an idempotency token.
getClientToken() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
The clientToken parameter is an idempotency token.
getClientToken() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
The clientToken parameter is an idempotency token.
getClientToken() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The clientToken parameter is an idempotency token.
getClusterIdentifier() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The unique ID that's assigned to an Amazon Redshift cluster.
getConnectionMode() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Indicates the connection mode and if it is public or private.
getConnectionMode() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
Indicates the connection mode and specifies whether it is public or private.
getConnectionMode() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
Indicates the connection mode and if it is public or private.
getConnectorArn() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The Amazon Resource Name (ARN) for the registered connector.
getConnectorArn() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorResult
The ARN of the connector being registered.
getConnectorArn() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationResult
The ARN of the connector being updated.
getConnectorConfiguration() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorResult
Configuration info of all the connectors that the user requested.
getConnectorConfigurations() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
The configuration that is applied to the connectors used in the flow.
getConnectorDescription() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A description about the connector.
getConnectorDescription() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
A description about the registered connector.
getConnectorEntityFields() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
Describes the fields for that connector entity.
getConnectorEntityMap() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
The response of ListConnectorEntities lists entities grouped by category.
getConnectorEntityName() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The entity name for that connector.
getConnectorEntityName() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
Use this parameter if you want to reset cached metadata about the details for an individual entity.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The label used for registering the connector.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
A label used for the connector.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The label for the connector profile being created.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The label of the connector.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The name of the connector.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
The label of the connector.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The name of the connector.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
The label of the connector.
getConnectorLabel() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
The name of the connector.
getConnectorMetadata() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.
getConnectorModes() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connection modes that the connector supports.
getConnectorModes() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connection mode that the connector supports.
getConnectorName() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector name.
getConnectorName() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The name of the connector.
getConnectorOperator() - Method in class com.amazonaws.services.appflow.model.Task
The operation to be performed on the provided source fields.
getConnectorOwner() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The owner who developed the connector.
getConnectorOwner() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The owner of the connector.
getConnectorProfileArn() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The Amazon Resource Name (ARN) of the connector profile.
getConnectorProfileArn() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileResult
The Amazon Resource Name (ARN) of the connector profile.
getConnectorProfileArn() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileResult
The Amazon Resource Name (ARN) of the connector profile.
getConnectorProfileConfig() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
Defines the connector-specific configuration and credentials.
getConnectorProfileConfig() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
Defines the connector-specific profile configuration and credentials.
getConnectorProfileCredentials() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
The connector-specific credentials required by each connector.
getConnectorProfileDetails() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
Returns information about the connector profiles associated with the flow.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The name of the connector profile.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The name of the connector profile.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
The name of the connector profile.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The name of the connector profile.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The name of the connector profile.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The name of the connector profile.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The name of the connector profile that you want to reset cached metadata for.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The name of the connector profile.
getConnectorProfileName() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services account.
getConnectorProfileNames() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The name of the connector profile.
getConnectorProfileProperties() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The connector-specific properties of the profile configuration.
getConnectorProfileProperties() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
The connector-specific properties of the profile configuration.
getConnectorProvisioningConfig() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The configuration required for registering the connector.
getConnectorProvisioningConfig() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The provisioning type of the connector.
getConnectorProvisioningConfig() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
 
getConnectorProvisioningType() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The provisioning type used to register the connector.
getConnectorProvisioningType() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The provisioning type that the connector uses.
getConnectorProvisioningType() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The provisioning type of the connector.
getConnectorRuntimeSettings() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The required connector runtime settings.
getConnectors() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
Information about the connectors supported in Amazon AppFlow.
getConnectors() - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
Contains information about the connectors supported by Amazon AppFlow.
getConnectorSuppliedValueOptions() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Contains default values for the connector runtime setting that are supplied by the connector.
getConnectorSuppliedValues() - Method in class com.amazonaws.services.appflow.model.AuthParameter
Contains default values for this authentication parameter that are supplied by the connector.
getConnectorSuppliedValues() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Contains default values for this authentication parameter that are supplied by the connector.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector type.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connector type.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The type of connector, such as Salesforce, Amplitude, and so on.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The type of connector, such as Salesforce, Amplitude, and so on.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The type of connector application, such as Salesforce, Amplitude, and so on.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The type of connector, such as Salesforce, Amplitude, and so on.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The type of connector, such as Salesforce, Amplitude, and so on.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The type of connector, such as Salesforce, Amplitude, and so on.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The type of connector to reset cached metadata for.
getConnectorType() - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The type of connector, such as Salesforce, Amplitude, and so on.
getConnectorTypes() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The type of connector, such as Salesforce, Amplitude, and so on.
getConnectorVersion() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector version.
getConnectorVersion() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connector version.
getCreatedAt() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies when the connector profile was created.
getCreatedAt() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies when the flow was created.
getCreatedAt() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies when the flow was created.
getCreatedBy() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The ARN of the user who created the flow.
getCreatedBy() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The ARN of the user who created the flow.
getCredentialsArn() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The Amazon Resource Name (ARN) of the connector profile credentials.
getCredentialsMap() - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
A map that holds custom authentication credentials.
getCustom() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
If the connector uses the custom authentication mechanism, this holds the required credentials.
getCustomAuthConfigs() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Contains information required for custom authentication.
getCustomAuthenticationType() - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
The authentication type that the custom connector uses.
getCustomAuthenticationType() - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
The custom authentication type that the connector uses.
getCustomConnector() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
Operators supported by the custom connector.
getCustomConnector() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
getCustomConnector() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The properties required by the custom connector.
getCustomConnector() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties that are required to query the custom Connector.
getCustomConnector() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
getCustomerProfiles() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Connect Customer Profiles.
getCustomerProfiles() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Connect Customer Profiles.
getCustomProperties() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
A map that has specific properties related to the ConnectorEntityField.
getCustomProperties() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The custom properties that are specific to the connector when it's used as a destination in the flow.
getCustomProperties() - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
Custom properties that are required to use the custom connector as a source.
getDataApiRoleArn() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API.
getDatabaseName() - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon Web Services account.
getDatabaseName() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The name of an Amazon Redshift database.
getDatabaseUrl() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The JDBC URL of the Amazon Redshift cluster.
getDatadog() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Datadog.
getDatadog() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Datadog source fields.
getDatadog() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Datadog.
getDatadog() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Datadog.
getDatadog() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Datadog.
getDatakey() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The encryption keys used to encrypt data.
getDataPullEndTime() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
The timestamp that indicates the last new or updated record to be transferred in the flow run.
getDataPullMode() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
getDataPullStartTime() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
The timestamp that determines the first new or updated record to be transferred in the flow run.
getDataTransferApi() - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
The API of the connector application that Amazon AppFlow uses to transfer your data.
getDataTransferApi() - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.
getDataTransferApi() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.
getDataTransferApis() - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
getDataType() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Data type of the connector runtime setting.
getDatetimeTypeFieldName() - Method in class com.amazonaws.services.appflow.model.IncrementalPullConfig
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
getDefaultValue() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Default value that can be assigned to this field.
getDescription() - Method in class com.amazonaws.services.appflow.model.AuthParameter
A description about the authentication parameter.
getDescription() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
A description of the connector entity field.
getDescription() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
A description about the connector runtime setting.
getDescription() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
A description of the flow you want to create.
getDescription() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
A description of the flow.
getDescription() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
A user-entered description of the flow.
getDescription() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
A description about the custom parameter used for OAuth 2.0 authentication.
getDescription() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
A description about the connector that's being registered.
getDescription() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
A description about the update that you're applying to the connector.
getDescription() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
A description of the flow.
getDestinationConnectorLabel() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The label of the destination connector in the flow.
getDestinationConnectorProperties() - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
This stores the information that is required to query a particular connector.
getDestinationConnectorType() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
getDestinationField() - Method in class com.amazonaws.services.appflow.model.Task
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
getDestinationFlowConfigList() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The configuration that controls how Amazon AppFlow places data in the destination connector.
getDestinationFlowConfigList() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
getDestinationFlowConfigList() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
getDestinationProperties() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The properties applied to a field when the connector is being used as a destination.
getDisableSSO() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
If you set this parameter to true, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.
getDocumentType() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
The document type specified in the Veeva document extract flow.
getDomainName() - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
The unique name of the Amazon Connect Customer Profiles domain.
getDynatrace() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Dynatrace.
getDynatrace() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Dynatrace source fields.
getDynatrace() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Dynatrace.
getDynatrace() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Dynatrace.
getDynatrace() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Dynatrace.
getEnableDynamicFieldUpdate() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
getEntitiesPath() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
This optional parameter is specific to connector implementation.
getEntitiesPath() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
Use this parameter only if you’re resetting the cached metadata about a nested entity.
getEntityName() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The entity specified in the custom connector as a destination in the flow.
getEntityName() - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
The entity specified in the custom connector as a source in the flow.
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
 
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
 
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
 
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.
getErrorHandlingConfig() - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
getErrorInfo() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
Provides any error message information related to the flow run.
getEventBridge() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon EventBridge.
getEventBridge() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon EventBridge.
getExecutionId() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the identifier of the given flow run.
getExecutionId() - Method in class com.amazonaws.services.appflow.model.StartFlowResult
Returns the internal execution ID of an on-demand flow when the flow is started.
getExecutionIds() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
The ID of each active run to cancel.
getExecutionMessage() - Method in class com.amazonaws.services.appflow.model.ErrorInfo
Specifies the error message that appears if a flow fails.
getExecutionResult() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Describes the result of the given flow run.
getExecutionStatus() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
getExecutorService() - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
Returns the executor service used by this client to execute async requests.
getFailOnFirstDestinationError() - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
getFailureCause() - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning failure cause.
getFailureMessage() - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning failure reason.
getFieldLengthRange() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
This is the allowable length range for this field's value.
getFieldType() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The type of field, such as string, integer, date, and so on.
getFieldValueRange() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The range of values this field can hold.
getFileType() - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
getFileType() - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
getFilterOperators() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of operators supported by a field.
getFirstExecutionFrom() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the date range for the records to import from the connector in the first flow run.
getFlowArn() - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
The flow's Amazon Resource Name (ARN).
getFlowArn() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The flow's Amazon Resource Name (ARN).
getFlowArn() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The flow's Amazon Resource Name (ARN).
getFlowArn() - Method in class com.amazonaws.services.appflow.model.StartFlowResult
The flow's Amazon Resource Name (ARN).
getFlowArn() - Method in class com.amazonaws.services.appflow.model.StopFlowResult
The flow's Amazon Resource Name (ARN).
getFlowErrorDeactivationThreshold() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.
getFlowExecutions() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
Returns a list of all instances when this flow was run.
getFlowName() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
The name of a flow with active runs that you want to cancel.
getFlowName() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The specified name of the flow.
getFlowName() - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
The specified name of the flow.
getFlowName() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
The specified name of the flow.
getFlowName() - Method in class com.amazonaws.services.appflow.model.DescribeFlowRequest
The specified name of the flow.
getFlowName() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The specified name of the flow.
getFlowName() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The specified name of the flow.
getFlowName() - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
The specified name of the flow.
getFlowName() - Method in class com.amazonaws.services.appflow.model.StopFlowRequest
The specified name of the flow.
getFlowName() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The specified name of the flow.
getFlows() - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
The list of flows associated with your account.
getFlowStatus() - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
Indicates the current status of the flow.
getFlowStatus() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Indicates the current status of the flow.
getFlowStatus() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Indicates the current status of the flow.
getFlowStatus() - Method in class com.amazonaws.services.appflow.model.StartFlowResult
Indicates the current status of the flow.
getFlowStatus() - Method in class com.amazonaws.services.appflow.model.StopFlowResult
Indicates the current status of the flow.
getFlowStatus() - Method in class com.amazonaws.services.appflow.model.UpdateFlowResult
Indicates the current status of the flow.
getFlowStatusMessage() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Contains an error message if the flow status is in a suspended or error state.
getForceDelete() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
getForceDelete() - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
getForceDelete() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles.
getGlueDataCatalog() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogConfig
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
getGoogleAnalytics() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Google Analytics.
getGoogleAnalytics() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Google Analytics source fields.
getGoogleAnalytics() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Google Analytics.
getGoogleAnalytics() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required Google Analytics.
getGoogleAnalytics() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Google Analytics.
getHasNestedEntities() - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
getHoneycode() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Honeycode.
getHoneycode() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amazon Honeycode.
getHoneycode() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amazon Honeycode.
getHoneycode() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Honeycode.
getIdentifier() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The unique identifier of the connector field.
getIdFieldNames() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
getIdFieldNames() - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
getIdFieldNames() - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
getIdFieldNames() - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
getIncludeAllVersions() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include All Versions of files in Veeva document extract flow.
getIncludeDeletedRecords() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Indicates whether Amazon AppFlow includes deleted files in the flow run.
getIncludeRenditions() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include file renditions in Veeva document extract flow.
getIncludeSourceFiles() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include source files in Veeva document extract flow.
getIncrementalPullConfig() - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
Defines the configuration for a scheduled incremental data pull.
getInforNexus() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Infor Nexus.
getInforNexus() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Infor Nexus source fields.
getInforNexus() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Infor Nexus.
getInforNexus() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Infor Nexus.
getInforNexus() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Infor Nexus.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
The location of the Datadog resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
The location of the Dynatrace resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
The location of the Infor Nexus resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
The location of the Marketo resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
The location of the Salesforce Pardot resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
The location of the Salesforce resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
The location of the ServiceNow resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
The location of the Slack resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
The location of the Veeva resource.
getInstanceUrl() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
The location of the Zendesk resource.
getIntermediateBucketName() - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
getIntermediateBucketName() - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
getInvalidExecutions() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
The IDs of runs that Amazon AppFlow couldn't cancel.
getIsApiKeyAuthSupported() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether API key authentication is supported by the connector
getIsBasicAuthSupported() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether basic authentication is supported by the connector.
getIsCreatable() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the destination field can be created by the current user.
getIsCustomAuthSupported() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether custom authentication is supported by the connector
getIsDefaultedOnCreate() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies whether the field can use the default value during a Create operation.
getIsDeprecated() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Booelan value that indicates whether this field is deprecated or not.
getIsNullable() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the destination field can have a null value.
getIsOAuth2Supported() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether OAuth 2.0 authentication is supported by the connector.
getIsPrimaryKey() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Booelan value that indicates whether this field can be used as a primary key.
getIsPrivateLinkEnabled() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies if PrivateLink is enabled for that connector.
getIsPrivateLinkEndpointUrlRequired() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies if a PrivateLink endpoint URL is required.
getIsQueryable() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates if the field can be queried.
getIsRedshiftServerless() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
getIsRequired() - Method in class com.amazonaws.services.appflow.model.AuthParameter
Indicates whether this authentication parameter is required.
getIsRequired() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Indicates whether this connector runtime setting is required.
getIsRequired() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
getIsRetrievable() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates whether the field can be returned in a search result.
getIsSandboxEnvironment() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
Indicates whether the connector profile applies to a sandbox or production environment.
getIsSandboxEnvironment() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
Indicates whether the connector profile applies to a sandbox or production environment.
getIsSensitiveField() - Method in class com.amazonaws.services.appflow.model.AuthParameter
Indicates whether this authentication parameter is a sensitive field.
getIsSensitiveField() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether this authentication custom parameter is a sensitive field.
getIsTimestampFieldForIncrementalQueries() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates if this timestamp field can be used for incremental queries.
getIsUpdatable() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies whether the field can be updated during an UPDATE or UPSERT write operation.
getIsUpsertable() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
getJwtToken() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
A JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.
getKey() - Method in class com.amazonaws.services.appflow.model.AuthParameter
The authentication key required to authenticate with the connector.
getKey() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Contains value information about the connector runtime setting.
getKey() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
The key of the custom parameter required for OAuth 2.0 authentication.
getKmsArn() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
getKmsArn() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
getKmsArn() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
getLabel() - Method in class com.amazonaws.services.appflow.model.AuthParameter
Label used for authentication parameter.
getLabel() - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
The label applied to the connector entity.
getLabel() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The label applied to a connector entity field.
getLabel() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
A label used for connector runtime setting.
getLabel() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
The label of the custom parameter used for OAuth 2.0 authentication.
getLambda() - Method in class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
Contains information about the configuration of the lambda which is being registered as the connector.
getLambdaArn() - Method in class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
Lambda ARN of the connector being registered.
getLastRunExecutionDetails() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Describes the details of the most recent flow run.
getLastRunExecutionDetails() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Describes the details of the most recent flow run.
getLastRunMetadataCatalogDetails() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
getLastUpdatedAt() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies when the connector profile was last updated.
getLastUpdatedAt() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies when the flow was last updated.
getLastUpdatedAt() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the time of the most recent update.
getLastUpdatedAt() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies when the flow was last updated.
getLastUpdatedBy() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies the user name of the account that performed the most recent update.
getLastUpdatedBy() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the account user name that most recently updated the flow.
getLogonLanguage() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The logon language of SAPOData instance.
getLogoURL() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Logo URL of the connector.
getLookoutMetrics() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Lookout for Metrics.
getMarketo() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Marketo.
getMarketo() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Marketo source fields.
getMarketo() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Marketo.
getMarketo() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Marketo.
getMarketo() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Marketo.
getMarketo() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Marketo.
getMaximum() - Method in class com.amazonaws.services.appflow.model.Range
Maximum value supported by the field.
getMaxPageSize() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
getMaxPageSize() - Method in class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
getMaxParallelism() - Method in class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.
getMaxResults() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
Specifies the maximum number of items that should be returned in the result set.
getMaxResults() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The maximum number of items that should be returned in the result set.
getMaxResults() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
Specifies the maximum number of items that should be returned in the result set.
getMaxResults() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The maximum number of items that the operation returns in the response.
getMaxResults() - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
Specifies the maximum number of items that should be returned in the result set.
getMaxResults() - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
Specifies the maximum number of items that should be returned in the result set.
getMessage() - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Explains the status of the registration attempt from Amazon AppFlow.
getMetadataCatalogConfig() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
getMetadataCatalogConfig() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
getMetadataCatalogConfig() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
getMetadataCatalogDetails() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
getMinimum() - Method in class com.amazonaws.services.appflow.model.Range
Minimum value supported by the field.
getMostRecentExecutionMessage() - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Describes the details of the most recent flow run.
getMostRecentExecutionStatus() - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Specifies the status of the most recent flow run.
getMostRecentExecutionTime() - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Specifies the time of the most recent flow run.
getName() - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
The name of the connector entity.
getName() - Method in class com.amazonaws.services.appflow.model.DataTransferApi
The name of the connector application API.
getNextToken() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The pagination token for the next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
The pagination token for the next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The pagination token for the next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
The pagination token for the next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
The pagination token for the next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
The pagination token for the next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
A token that was provided by your prior ListConnectorEntities operation if the response was too big for the page size.
getNextToken() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
A token that you specify in your next ListConnectorEntities operation to get the next page of results in paginated response.
getNextToken() - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
The pagination token for the next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
The pagination token for the next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
The pagination token for next page of data.
getNextToken() - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
The pagination token for next page of data.
getNumParallelProcesses() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
getOauth2() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The OAuth 2.0 credentials required for the authentication of the user.
getOAuth2Credentials() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The OAuth 2.0 credentials required to authenticate the user.
getOauth2CustomProperties() - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
List of custom parameters required for OAuth 2.0 authentication.
getOAuth2Defaults() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Contains the default values required for OAuth 2.0 authentication.
getOAuth2GrantType() - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
getOAuth2GrantType() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce.
getOauth2GrantTypesSupported() - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 grant types supported by the connector.
getOauth2GrantTypesSupported() - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.
getOAuth2Properties() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
 
getOAuthCredentials() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
The SAPOData OAuth type authentication credentials.
getOAuthProperties() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The SAPOData OAuth properties required for OAuth type authentication.
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
 
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
 
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
 
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
getOAuthRequest() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
getOAuthScopes() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
The desired authorization scope for the Google Analytics account.
getOAuthScopes() - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
The desired authorization scope for the Amazon Honeycode account.
getOauthScopes() - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 scopes that the connector supports.
getOAuthScopes() - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The OAuth scopes required for OAuth type authentication.
getOAuthScopes() - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The desired authorization scope for the Salesforce account.
getOAuthScopes() - Method in class com.amazonaws.services.appflow.model.SlackMetadata
The desired authorization scope for the Slack account.
getOAuthScopes() - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
The desired authorization scope for the Zendesk account.
getObject() - Method in class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
The object specified in the Amplitude flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.DatadogSourceProperties
The object specified in the Datadog flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.DynatraceSourceProperties
The object specified in the Dynatrace flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
The object specified in the Amazon EventBridge flow destination.
getObject() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
The object specified in the Google Analytics flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
The object specified in the Amazon Honeycode flow destination.
getObject() - Method in class com.amazonaws.services.appflow.model.InforNexusSourceProperties
The object specified in the Infor Nexus flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
The object specified in the Marketo flow destination.
getObject() - Method in class com.amazonaws.services.appflow.model.MarketoSourceProperties
The object specified in the Marketo flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.PardotSourceProperties
The object specified in the Salesforce Pardot flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The object specified in the Amazon Redshift flow destination.
getObject() - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The object specified in the Salesforce flow destination.
getObject() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
The object specified in the Salesforce flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
The object specified in the ServiceNow flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.SingularSourceProperties
The object specified in the Singular flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.SlackSourceProperties
The object specified in the Slack flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The object specified in the Snowflake flow destination.
getObject() - Method in class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
The object specified in the Trend Micro flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
The object specified in the Veeva flow source.
getObject() - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
The object specified in the Zendesk flow destination.
getObject() - Method in class com.amazonaws.services.appflow.model.ZendeskSourceProperties
The object specified in the Zendesk flow source.
getObjectPath() - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
The object path specified in the SAPOData flow destination.
getObjectPath() - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
The object path specified in the SAPOData flow source.
getObjectTypeName() - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
The object specified in the Amazon Connect Customer Profiles flow destination.
getPaginationConfig() - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
Sets the page size for each concurrent process that transfers OData records from your SAP instance.
getParallelismConfig() - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
Sets the number of concurrent processes that transfers OData records from your SAP instance.
getPardot() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Salesforce Pardot.
getPardot() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Salesforce Pardot source fields.
getPardot() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Salesforce Pardot.
getPardot() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Salesforce Pardot.
getPardot() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Salesforce Pardot.
getParentIdentifier() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The parent identifier of the connector field.
getPartitionRegistrationOutput() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog.
getPassword() - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
The password to use to connect to a resource.
getPassword() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
The password that corresponds to the user name.
getPassword() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The password that corresponds to the user name.
getPassword() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
The password that corresponds to the user name.
getPassword() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
The password that corresponds to the user name.
getPathPrefixHierarchy() - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Specifies whether the destination file path includes either or both of the following elements:
getPortNumber() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The port number of the SAPOData instance.
getPrefixConfig() - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
getPrefixConfig() - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
getPrefixFormat() - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Determines the level of granularity for the date and time that's included in the prefix.
getPrefixType() - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
getPreserveSourceDataTyping() - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.
getPrivateConnectionProvisioningState() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies the private connection provisioning state.
getPrivateLinkServiceName() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The SAPOData Private Link service name to be used for private data transfers.
getPrivateLinkServiceName() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The Snowflake Private Link service name to be used for private data transfers.
getProfileProperties() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
A map of properties that are required to create a profile for the custom connector.
getPutFailuresCount() - Method in class com.amazonaws.services.appflow.model.ErrorInfo
Specifies the failure count for the attempted flow.
getRecordsProcessed() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The number of records processed in the flow run.
getRedirectUri() - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
The URL to which the authentication server redirects the browser after authorization has been granted.
getRedshift() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Redshift.
getRedshift() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amazon Redshift.
getRedshift() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amazon Redshift.
getRedshift() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Redshift.
getRefreshToken() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The credentials used to acquire new access tokens.
getRefreshToken() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
The credentials used to acquire new access tokens.
getRefreshToken() - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The refresh token used to refresh an expired access token.
getRefreshToken() - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The refresh token used to refresh expired access token.
getRefreshToken() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The credentials used to acquire new access tokens.
getRefreshToken() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The credentials used to acquire new access tokens.
getRegion() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The Amazon Web Services Region of the Snowflake account.
getRegisteredAt() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The date on which the connector was registered.
getRegisteredAt() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The time at which the connector was registered.
getRegisteredBy() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Information about who registered the connector.
getRegisteredBy() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The user who registered the connector.
getResourceArn() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the specified flow.
getResourceArn() - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
The Amazon Resource Name (ARN) of the flow that you want to tag.
getResourceArn() - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the flow that you want to untag.
getResult() - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Indicates the number of resources that Amazon AppFlow created or updated.
getRoleArn() - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
The Amazon Resource Name (ARN) of an IAM role that grants Amazon AppFlow the permissions it needs to create Data Catalog tables, databases, and partitions.
getRoleArn() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
getS3() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon S3.
getS3() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Amazon S3 source fields.
getS3() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon S3.
getS3() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Amazon S3.
getS3InputFileType() - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
getS3InputFormatConfig() - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
 
getS3OutputFormatConfig() - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
 
getS3OutputFormatConfig() - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
getSalesforce() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Salesforce.
getSalesforce() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Salesforce source fields.
getSalesforce() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Salesforce.
getSalesforce() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Salesforce.
getSalesforce() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Salesforce.
getSalesforce() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Salesforce.
getSAPOData() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
 
getSAPOData() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided SAPOData source fields.
getSAPOData() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
getSAPOData() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
 
getSAPOData() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query SAPOData.
getSAPOData() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
getScheduled() - Method in class com.amazonaws.services.appflow.model.TriggerProperties
Specifies the configuration details of a schedule-triggered flow as defined by the user.
getScheduleEndTime() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The time at which the scheduled flow ends.
getScheduleExpression() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes).
getScheduleOffset() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
getScheduleStartTime() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The time at which the scheduled flow starts.
getSchemaVersion() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The version number of your data schema.
getScope() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Indicates the scope of the connector runtime setting.
getSecretAccessKey() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The secret key used to sign requests.
getSecretKey() - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
The Secret Access Key portion of the credentials.
getServiceNow() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to ServiceNow.
getServiceNow() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided ServiceNow source fields.
getServiceNow() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using ServiceNow.
getServiceNow() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by serviceNow.
getServiceNow() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying ServiceNow.
getSingular() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Singular.
getSingular() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Singular source fields.
getSingular() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Singular.
getSingular() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Singular.
getSingular() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Singular.
getSlack() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Slack.
getSlack() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Slack source fields.
getSlack() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Slack.
getSlack() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Slack.
getSlack() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Slack.
getSnowflake() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Snowflake.
getSnowflake() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Snowflake.
getSnowflake() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Snowflake.
getSnowflake() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Snowflake.
getSourceConnectorLabel() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The label of the source connector in the flow.
getSourceConnectorProperties() - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
Specifies the information that is required to query a particular source connector.
getSourceConnectorType() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
getSourceFields() - Method in class com.amazonaws.services.appflow.model.Task
The source fields to which a particular task is applied.
getSourceFlowConfig() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
getSourceFlowConfig() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
getSourceFlowConfig() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
 
getSourceProperties() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The properties that can be applied to a field when the connector is being used as a source.
getStage() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
getStartedAt() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the start time of the flow run.
getStatus() - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning status.
getStatus() - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Indicates the status of the registration attempt from Amazon AppFlow.
getSuccessResponseHandlingConfig() - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
getSupportedApiVersions() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of API versions that are supported by the connector.
getSupportedDataTransferApis() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
getSupportedDataTransferTypes() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The data transfer types that the connector supports.
getSupportedDataTransferTypes() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The data transfer types that the connector supports.
getSupportedDateFormat() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The date format that the field supports.
getSupportedDestinationConnectors() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Lists the connectors that are available for use as destinations.
getSupportedFieldTypeDetails() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.
getSupportedOperators() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of operators supported by the connector.
getSupportedRegions() - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
Specifies the supported Amazon Web Services Regions when using Snowflake.
getSupportedSchedulingFrequencies() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported flow frequency for that connector.
getSupportedTriggerTypes() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported trigger types for the flow.
getSupportedValues() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of values that a field can contain.
getSupportedWriteOperations() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of write operations supported by the connector.
getSupportedWriteOperations() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
A list of supported write operations.
getTableName() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
The name of the table that stores the metadata for the associated flow run.
getTablePrefix() - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this setting.
getTableRegistrationOutput() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
getTagKeys() - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
The tag keys associated with the tag that you want to remove from your flow.
getTags() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The tags used to organize, track, or control access for your flow.
getTags() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The tags used to organize, track, or control access for your flow.
getTags() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The tags used to organize, track, or control access for your flow.
getTags() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
The tags used to organize, track, or control access for your flow.
getTags() - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
The tags used to organize, track, or control access for your flow.
getTargetFileSize() - Method in class com.amazonaws.services.appflow.model.AggregationConfig
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.
getTaskProperties() - Method in class com.amazonaws.services.appflow.model.Task
A map used to store task-related information.
getTasks() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
getTasks() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
getTasks() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
getTaskType() - Method in class com.amazonaws.services.appflow.model.Task
Specifies the particular task implementation that Amazon AppFlow performs.
getTimezone() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the time zone used when referring to the dates and times of a scheduled flow, such as America/New_York.
getTokenUrl() - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
The token URL required for OAuth 2.0 authentication.
getTokenUrl() - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.
getTokenUrlCustomProperties() - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
Associates your token URL with a map of properties that you define.
getTokenUrls() - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Token URLs that can be used for OAuth 2.0 authentication.
getTrendmicro() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Trend Micro.
getTrendmicro() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Trend Micro source fields.
getTrendmicro() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Trend Micro.
getTrendmicro() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Trend Micro.
getTrendmicro() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Trend Micro.
getTriggerConfig() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The trigger settings that determine how and when the flow runs.
getTriggerConfig() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The trigger settings that determine how and when the flow runs.
getTriggerConfig() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The trigger settings that determine how and when the flow runs.
getTriggerProperties() - Method in class com.amazonaws.services.appflow.model.TriggerConfig
Specifies the configuration details of a schedule-triggered flow as defined by the user.
getTriggerType() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the type of flow trigger.
getTriggerType() - Method in class com.amazonaws.services.appflow.model.TriggerConfig
Specifies the type of flow trigger.
getType() - Method in class com.amazonaws.services.appflow.model.DataTransferApi
You can specify one of the following types:
getType() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
getUpsolver() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Upsolver.
getUpsolver() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Upsolver.
getUsePrivateLinkForMetadataAndAuthorization() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce.
getUserId() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The identifier for the user.
getUsername() - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
The username to use to connect to a resource.
getUsername() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
The name of the user.
getUsername() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The name of the user.
getUsername() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
The name of the user.
getUsername() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
The name of the user.
getV1() - Method in class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
The initial supported version for fieldType.
getValueRegexPattern() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The regular expression pattern for the field name.
getVeeva() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Veeva.
getVeeva() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Veeva source fields.
getVeeva() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Veeva.
getVeeva() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Veeva.
getVeeva() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Veeva.
getWarehouse() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Snowflake warehouse.
getWorkgroupName() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The name of an Amazon Redshift workgroup.
getWriteOperationType() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
getWriteOperationType() - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
This specifies the type of write operation to be performed in Salesforce.
getWriteOperationType() - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
getWriteOperationType() - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
getZendesk() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Zendesk.
getZendesk() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Zendesk source fields.
getZendesk() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Zendesk.
getZendesk() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Zendesk.
getZendesk() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Zendesk.
getZendesk() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Zendesk.
GlueDataCatalogConfig - Class in com.amazonaws.services.appflow.model
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
GlueDataCatalogConfig() - Constructor for class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
 
GoogleAnalyticsConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
GoogleAnalyticsConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required by Google Analytics.
GoogleAnalyticsConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
 
GoogleAnalyticsConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required by Google Analytics.
GoogleAnalyticsConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileProperties
 
GoogleAnalyticsMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Google Analytics.
GoogleAnalyticsMetadata() - Constructor for class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
 
GoogleAnalyticsSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Google Analytics is being used as a source.
GoogleAnalyticsSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
 

H

hashCode() - Method in class com.amazonaws.services.appflow.model.AggregationConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.AmplitudeMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.AuthParameter
 
hashCode() - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.CustomerProfilesMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DatadogMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DatadogSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DataTransferApi
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DeleteFlowResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeFlowRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DynatraceMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.DynatraceSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ErrorInfo
 
hashCode() - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.EventBridgeMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
 
hashCode() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
 
hashCode() - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.IncrementalPullConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.InforNexusMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.InforNexusSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.LookoutMetricsDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.MarketoMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.MarketoSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
 
hashCode() - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
 
hashCode() - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
 
hashCode() - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.OAuthProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.PardotMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.PardotSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.PrefixConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
 
hashCode() - Method in class com.amazonaws.services.appflow.model.Range
 
hashCode() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.RedshiftMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.S3Metadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SAPODataMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ServiceNowMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SingularMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SingularSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SlackMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SlackSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.StartFlowResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.StopFlowRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.StopFlowResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
 
hashCode() - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.Task
 
hashCode() - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.TrendmicroMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.TriggerConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.TriggerProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpdateFlowResult
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpsolverMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
hashCode() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.VeevaMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
 
hashCode() - Method in class com.amazonaws.services.appflow.model.ZendeskSourceProperties
 
HoneycodeConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific credentials required when using Amazon Honeycode.
HoneycodeConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
 
HoneycodeConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific properties required when using Amazon Honeycode.
HoneycodeConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileProperties
 
HoneycodeDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Amazon Honeycode is used as a destination.
HoneycodeDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
 
HoneycodeMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Amazon Honeycode.
HoneycodeMetadata() - Constructor for class com.amazonaws.services.appflow.model.HoneycodeMetadata
 

I

IncrementalPullConfig - Class in com.amazonaws.services.appflow.model
Specifies the configuration used when importing incremental records from the source.
IncrementalPullConfig() - Constructor for class com.amazonaws.services.appflow.model.IncrementalPullConfig
 
InforNexusConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
InforNexusConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required by Infor Nexus.
InforNexusConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
 
InforNexusConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required by Infor Nexus.
InforNexusConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
 
InforNexusMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Infor Nexus.
InforNexusMetadata() - Constructor for class com.amazonaws.services.appflow.model.InforNexusMetadata
 
InforNexusSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Infor Nexus is being used as a source.
InforNexusSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.InforNexusSourceProperties
 
InternalServerException - Exception in com.amazonaws.services.appflow.model
An internal service error occurred during the processing of your request.
InternalServerException(String) - Constructor for exception com.amazonaws.services.appflow.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
isApiKeyAuthSupported() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether API key authentication is supported by the connector
isBasicAuthSupported() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether basic authentication is supported by the connector.
isCanUseAsDestination() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies whether the connector can be used as a destination.
isCanUseAsSource() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies whether the connector can be used as a source.
isCreatable() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the destination field can be created by the current user.
isCustomAuthSupported() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether custom authentication is supported by the connector
isDefaultedOnCreate() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies whether the field can use the default value during a Create operation.
isDeprecated() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Booelan value that indicates whether this field is deprecated or not.
isDisableSSO() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
If you set this parameter to true, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.
isEnableDynamicFieldUpdate() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
isFailOnFirstDestinationError() - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
isForceDelete() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
isForceDelete() - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
isForceDelete() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles.
isHasNestedEntities() - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
isIncludeAllVersions() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include All Versions of files in Veeva document extract flow.
isIncludeDeletedRecords() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Indicates whether Amazon AppFlow includes deleted files in the flow run.
isIncludeRenditions() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include file renditions in Veeva document extract flow.
isIncludeSourceFiles() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include source files in Veeva document extract flow.
isNullable() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the destination field can have a null value.
isOAuth2Supported() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether OAuth 2.0 authentication is supported by the connector.
isPreserveSourceDataTyping() - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.
isPrimaryKey() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Booelan value that indicates whether this field can be used as a primary key.
isPrivateLinkEnabled() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies if PrivateLink is enabled for that connector.
isPrivateLinkEndpointUrlRequired() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies if a PrivateLink endpoint URL is required.
isQueryable() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates if the field can be queried.
isRedshiftServerless() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
isRequired() - Method in class com.amazonaws.services.appflow.model.AuthParameter
Indicates whether this authentication parameter is required.
isRequired() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Indicates whether this connector runtime setting is required.
isRequired() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
isRetrievable() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates whether the field can be returned in a search result.
isSandboxEnvironment() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
Indicates whether the connector profile applies to a sandbox or production environment.
isSandboxEnvironment() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
Indicates whether the connector profile applies to a sandbox or production environment.
isSensitiveField() - Method in class com.amazonaws.services.appflow.model.AuthParameter
Indicates whether this authentication parameter is a sensitive field.
isSensitiveField() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether this authentication custom parameter is a sensitive field.
isTimestampFieldForIncrementalQueries() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates if this timestamp field can be used for incremental queries.
isUpdatable() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies whether the field can be updated during an UPDATE or UPSERT write operation.
isUpsertable() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
isUsePrivateLinkForMetadataAndAuthorization() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce.

L

LambdaConnectorProvisioningConfig - Class in com.amazonaws.services.appflow.model
Contains information about the configuration of the lambda which is being registered as the connector.
LambdaConnectorProvisioningConfig() - Constructor for class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
 
listConnectorEntities(ListConnectorEntitiesRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
listConnectorEntities(ListConnectorEntitiesRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Returns the list of available connector entities supported by Amazon AppFlow.
listConnectorEntities(ListConnectorEntitiesRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Returns the list of available connector entities supported by Amazon AppFlow.
listConnectorEntitiesAsync(ListConnectorEntitiesRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
listConnectorEntitiesAsync(ListConnectorEntitiesRequest, AsyncHandler<ListConnectorEntitiesRequest, ListConnectorEntitiesResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
listConnectorEntitiesAsync(ListConnectorEntitiesRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Returns the list of available connector entities supported by Amazon AppFlow.
listConnectorEntitiesAsync(ListConnectorEntitiesRequest, AsyncHandler<ListConnectorEntitiesRequest, ListConnectorEntitiesResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Returns the list of available connector entities supported by Amazon AppFlow.
listConnectorEntitiesAsync(ListConnectorEntitiesRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
listConnectorEntitiesAsync(ListConnectorEntitiesRequest, AsyncHandler<ListConnectorEntitiesRequest, ListConnectorEntitiesResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
ListConnectorEntitiesRequest - Class in com.amazonaws.services.appflow.model
 
ListConnectorEntitiesRequest() - Constructor for class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
 
ListConnectorEntitiesResult - Class in com.amazonaws.services.appflow.model
 
ListConnectorEntitiesResult() - Constructor for class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
 
listConnectors(ListConnectorsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
listConnectors(ListConnectorsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Returns the list of all registered custom connectors in your Amazon Web Services account.
listConnectors(ListConnectorsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Returns the list of all registered custom connectors in your Amazon Web Services account.
listConnectorsAsync(ListConnectorsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
listConnectorsAsync(ListConnectorsRequest, AsyncHandler<ListConnectorsRequest, ListConnectorsResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
listConnectorsAsync(ListConnectorsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Returns the list of all registered custom connectors in your Amazon Web Services account.
listConnectorsAsync(ListConnectorsRequest, AsyncHandler<ListConnectorsRequest, ListConnectorsResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Returns the list of all registered custom connectors in your Amazon Web Services account.
listConnectorsAsync(ListConnectorsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
listConnectorsAsync(ListConnectorsRequest, AsyncHandler<ListConnectorsRequest, ListConnectorsResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
ListConnectorsRequest - Class in com.amazonaws.services.appflow.model
 
ListConnectorsRequest() - Constructor for class com.amazonaws.services.appflow.model.ListConnectorsRequest
 
ListConnectorsResult - Class in com.amazonaws.services.appflow.model
 
ListConnectorsResult() - Constructor for class com.amazonaws.services.appflow.model.ListConnectorsResult
 
listFlows(ListFlowsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
listFlows(ListFlowsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Lists all of the flows associated with your account.
listFlows(ListFlowsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Lists all of the flows associated with your account.
listFlowsAsync(ListFlowsRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
listFlowsAsync(ListFlowsRequest, AsyncHandler<ListFlowsRequest, ListFlowsResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
listFlowsAsync(ListFlowsRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Lists all of the flows associated with your account.
listFlowsAsync(ListFlowsRequest, AsyncHandler<ListFlowsRequest, ListFlowsResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Lists all of the flows associated with your account.
listFlowsAsync(ListFlowsRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
listFlowsAsync(ListFlowsRequest, AsyncHandler<ListFlowsRequest, ListFlowsResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
ListFlowsRequest - Class in com.amazonaws.services.appflow.model
 
ListFlowsRequest() - Constructor for class com.amazonaws.services.appflow.model.ListFlowsRequest
 
ListFlowsResult - Class in com.amazonaws.services.appflow.model
 
ListFlowsResult() - Constructor for class com.amazonaws.services.appflow.model.ListFlowsResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Retrieves the tags that are associated with a specified flow.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Retrieves the tags that are associated with a specified flow.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Retrieves the tags that are associated with a specified flow.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Retrieves the tags that are associated with a specified flow.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.appflow.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.appflow.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.appflow.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.appflow.model.ListTagsForResourceResult
 
LookoutMetricsDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Amazon Lookout for Metrics is used as a destination.
LookoutMetricsDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.LookoutMetricsDestinationProperties
 

M

MarketoConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
MarketoConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required by Marketo.
MarketoConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
 
MarketoConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Marketo.
MarketoConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
 
MarketoDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that Amazon AppFlow applies when you use Marketo as a flow destination.
MarketoDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.MarketoDestinationProperties
 
MarketoMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Marketo.
MarketoMetadata() - Constructor for class com.amazonaws.services.appflow.model.MarketoMetadata
 
MarketoSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Marketo is being used as a source.
MarketoSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.MarketoSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.AggregationConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.AmplitudeMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.AuthParameter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.CustomerProfilesMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DatadogMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DatadogSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DataTransferApi
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DynatraceMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.DynatraceSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ErrorInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.EventBridgeMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.IncrementalPullConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.InforNexusMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.InforNexusSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.LookoutMetricsDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.MarketoMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.MarketoSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.PardotMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.PardotSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.Range
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.RedshiftMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.S3Metadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SAPODataMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ServiceNowMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SingularMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SingularSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SlackMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SlackSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.Task
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.TrendmicroMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.TriggerConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.TriggerProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.UpsolverMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.VeevaMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.appflow.model.ZendeskSourceProperties
 
MetadataCatalogConfig - Class in com.amazonaws.services.appflow.model
Specifies the configuration that Amazon AppFlow uses when it catalogs your data.
MetadataCatalogConfig() - Constructor for class com.amazonaws.services.appflow.model.MetadataCatalogConfig
 
MetadataCatalogDetail - Class in com.amazonaws.services.appflow.model
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
MetadataCatalogDetail() - Constructor for class com.amazonaws.services.appflow.model.MetadataCatalogDetail
 

O

OAuth2Credentials - Class in com.amazonaws.services.appflow.model
The OAuth 2.0 credentials required for OAuth 2.0 authentication.
OAuth2Credentials() - Constructor for class com.amazonaws.services.appflow.model.OAuth2Credentials
 
OAuth2CustomParameter - Class in com.amazonaws.services.appflow.model
Custom parameter required for OAuth 2.0 authentication.
OAuth2CustomParameter() - Constructor for class com.amazonaws.services.appflow.model.OAuth2CustomParameter
 
OAuth2CustomPropType - Enum in com.amazonaws.services.appflow.model
 
OAuth2Defaults - Class in com.amazonaws.services.appflow.model
Contains the default values required for OAuth 2.0 authentication.
OAuth2Defaults() - Constructor for class com.amazonaws.services.appflow.model.OAuth2Defaults
 
OAuth2GrantType - Enum in com.amazonaws.services.appflow.model
 
OAuth2Properties - Class in com.amazonaws.services.appflow.model
The OAuth 2.0 properties required for OAuth 2.0 authentication.
OAuth2Properties() - Constructor for class com.amazonaws.services.appflow.model.OAuth2Properties
 
OAuthCredentials - Class in com.amazonaws.services.appflow.model
The OAuth credentials required for OAuth type authentication.
OAuthCredentials() - Constructor for class com.amazonaws.services.appflow.model.OAuthCredentials
 
OAuthProperties - Class in com.amazonaws.services.appflow.model
The OAuth properties required for OAuth type authentication.
OAuthProperties() - Constructor for class com.amazonaws.services.appflow.model.OAuthProperties
 
Operator - Enum in com.amazonaws.services.appflow.model
 
OperatorPropertiesKeys - Enum in com.amazonaws.services.appflow.model
 
Operators - Enum in com.amazonaws.services.appflow.model
 

P

PardotConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
PardotConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Salesforce Pardot.
PardotConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
 
PardotConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Salesforce Pardot.
PardotConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
 
PardotMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Salesforce Pardot.
PardotMetadata() - Constructor for class com.amazonaws.services.appflow.model.PardotMetadata
 
PardotSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Salesforce Pardot is being used as a source.
PardotSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.PardotSourceProperties
 
PathPrefix - Enum in com.amazonaws.services.appflow.model
 
PrefixConfig - Class in com.amazonaws.services.appflow.model
Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
PrefixConfig() - Constructor for class com.amazonaws.services.appflow.model.PrefixConfig
 
PrefixFormat - Enum in com.amazonaws.services.appflow.model
 
PrefixType - Enum in com.amazonaws.services.appflow.model
 
PrivateConnectionProvisioningFailureCause - Enum in com.amazonaws.services.appflow.model
 
PrivateConnectionProvisioningState - Class in com.amazonaws.services.appflow.model
Specifies the private connection provisioning state.
PrivateConnectionProvisioningState() - Constructor for class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
 
PrivateConnectionProvisioningStatus - Enum in com.amazonaws.services.appflow.model
 

R

Range - Class in com.amazonaws.services.appflow.model
The range of values that the property supports.
Range() - Constructor for class com.amazonaws.services.appflow.model.Range
 
RedshiftConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Amazon Redshift.
RedshiftConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
 
RedshiftConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties when using Amazon Redshift.
RedshiftConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
 
RedshiftDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Amazon Redshift is being used as a destination.
RedshiftDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
 
RedshiftMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Amazon Redshift.
RedshiftMetadata() - Constructor for class com.amazonaws.services.appflow.model.RedshiftMetadata
 
registerConnector(RegisterConnectorRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
registerConnector(RegisterConnectorRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Registers a new custom connector with your Amazon Web Services account.
registerConnector(RegisterConnectorRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Registers a new custom connector with your Amazon Web Services account.
registerConnectorAsync(RegisterConnectorRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
registerConnectorAsync(RegisterConnectorRequest, AsyncHandler<RegisterConnectorRequest, RegisterConnectorResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
registerConnectorAsync(RegisterConnectorRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Registers a new custom connector with your Amazon Web Services account.
registerConnectorAsync(RegisterConnectorRequest, AsyncHandler<RegisterConnectorRequest, RegisterConnectorResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Registers a new custom connector with your Amazon Web Services account.
registerConnectorAsync(RegisterConnectorRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
registerConnectorAsync(RegisterConnectorRequest, AsyncHandler<RegisterConnectorRequest, RegisterConnectorResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
RegisterConnectorRequest - Class in com.amazonaws.services.appflow.model
 
RegisterConnectorRequest() - Constructor for class com.amazonaws.services.appflow.model.RegisterConnectorRequest
 
RegisterConnectorResult - Class in com.amazonaws.services.appflow.model
 
RegisterConnectorResult() - Constructor for class com.amazonaws.services.appflow.model.RegisterConnectorResult
 
RegistrationOutput - Class in com.amazonaws.services.appflow.model
Describes the status of an attempt from Amazon AppFlow to register a resource.
RegistrationOutput() - Constructor for class com.amazonaws.services.appflow.model.RegistrationOutput
 
resetConnectorMetadataCache(ResetConnectorMetadataCacheRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
resetConnectorMetadataCache(ResetConnectorMetadataCacheRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Resets metadata about your connector entities that Amazon AppFlow stored in its cache.
resetConnectorMetadataCache(ResetConnectorMetadataCacheRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Resets metadata about your connector entities that Amazon AppFlow stored in its cache.
resetConnectorMetadataCacheAsync(ResetConnectorMetadataCacheRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
resetConnectorMetadataCacheAsync(ResetConnectorMetadataCacheRequest, AsyncHandler<ResetConnectorMetadataCacheRequest, ResetConnectorMetadataCacheResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
resetConnectorMetadataCacheAsync(ResetConnectorMetadataCacheRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Resets metadata about your connector entities that Amazon AppFlow stored in its cache.
resetConnectorMetadataCacheAsync(ResetConnectorMetadataCacheRequest, AsyncHandler<ResetConnectorMetadataCacheRequest, ResetConnectorMetadataCacheResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Resets metadata about your connector entities that Amazon AppFlow stored in its cache.
resetConnectorMetadataCacheAsync(ResetConnectorMetadataCacheRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
resetConnectorMetadataCacheAsync(ResetConnectorMetadataCacheRequest, AsyncHandler<ResetConnectorMetadataCacheRequest, ResetConnectorMetadataCacheResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
ResetConnectorMetadataCacheRequest - Class in com.amazonaws.services.appflow.model
 
ResetConnectorMetadataCacheRequest() - Constructor for class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
 
ResetConnectorMetadataCacheResult - Class in com.amazonaws.services.appflow.model
 
ResetConnectorMetadataCacheResult() - Constructor for class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheResult
 
ResourceNotFoundException - Exception in com.amazonaws.services.appflow.model
The resource specified in the request (such as the source or destination connector profile) is not found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.appflow.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.

S

S3ConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
S3DestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Amazon S3 is used as a destination.
S3DestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.S3DestinationProperties
 
S3InputFileType - Enum in com.amazonaws.services.appflow.model
 
S3InputFormatConfig - Class in com.amazonaws.services.appflow.model
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
S3InputFormatConfig() - Constructor for class com.amazonaws.services.appflow.model.S3InputFormatConfig
 
S3Metadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Amazon S3.
S3Metadata() - Constructor for class com.amazonaws.services.appflow.model.S3Metadata
 
S3OutputFormatConfig - Class in com.amazonaws.services.appflow.model
The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
S3OutputFormatConfig() - Constructor for class com.amazonaws.services.appflow.model.S3OutputFormatConfig
 
S3SourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Amazon S3 is being used as the flow source.
S3SourceProperties() - Constructor for class com.amazonaws.services.appflow.model.S3SourceProperties
 
SalesforceConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
SalesforceConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Salesforce.
SalesforceConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
 
SalesforceConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Salesforce.
SalesforceConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
 
SalesforceDataTransferApi - Enum in com.amazonaws.services.appflow.model
 
SalesforceDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Salesforce is being used as a destination.
SalesforceDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
 
SalesforceMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Salesforce.
SalesforceMetadata() - Constructor for class com.amazonaws.services.appflow.model.SalesforceMetadata
 
SalesforceSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Salesforce is being used as a source.
SalesforceSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.SalesforceSourceProperties
 
SAPODataConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
SAPODataConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using SAPOData.
SAPODataConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
 
SAPODataConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using SAPOData.
SAPODataConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
 
SAPODataDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when using SAPOData as a flow destination
SAPODataDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
SAPODataMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to SAPOData.
SAPODataMetadata() - Constructor for class com.amazonaws.services.appflow.model.SAPODataMetadata
 
SAPODataPaginationConfig - Class in com.amazonaws.services.appflow.model
Sets the page size for each concurrent process that transfers OData records from your SAP instance.
SAPODataPaginationConfig() - Constructor for class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
 
SAPODataParallelismConfig - Class in com.amazonaws.services.appflow.model
Sets the number of concurrent processes that transfer OData records from your SAP instance.
SAPODataParallelismConfig() - Constructor for class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
 
SAPODataSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when using SAPOData as a flow source.
SAPODataSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.SAPODataSourceProperties
 
ScheduledTriggerProperties - Class in com.amazonaws.services.appflow.model
Specifies the configuration details of a schedule-triggered flow as defined by the user.
ScheduledTriggerProperties() - Constructor for class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
 
ScheduleFrequencyType - Enum in com.amazonaws.services.appflow.model
 
ServiceNowConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
ServiceNowConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using ServiceNow.
ServiceNowConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
 
ServiceNowConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using ServiceNow.
ServiceNowConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
 
ServiceNowMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to ServiceNow.
ServiceNowMetadata() - Constructor for class com.amazonaws.services.appflow.model.ServiceNowMetadata
 
ServiceNowSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when ServiceNow is being used as a source.
ServiceNowSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
 
ServiceQuotaExceededException - Exception in com.amazonaws.services.appflow.model
The request would cause a service quota (such as the number of flows) to be exceeded.
ServiceQuotaExceededException(String) - Constructor for exception com.amazonaws.services.appflow.model.ServiceQuotaExceededException
Constructs a new ServiceQuotaExceededException with the specified error message.
setAccessKeyId(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The Access Key portion of the credentials.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The credentials used to access protected Google Analytics resources.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
The credentials used to access protected Amazon Honeycode resources.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The credentials used to access protected Marketo resources.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The access token used to access the connector on your behalf.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The access token used to access protected SAPOData resources.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The credentials used to access protected Salesforce Pardot resources.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The credentials used to access protected Salesforce resources.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The credentials used to access protected Slack resources.
setAccessToken(String) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The credentials used to access protected Zendesk resources.
setAccountName(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the account.
setAggregationConfig(AggregationConfig) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
 
setAggregationConfig(AggregationConfig) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
setAggregationType(String) - Method in class com.amazonaws.services.appflow.model.AggregationConfig
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
setAmplitude(AmplitudeMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amplitude.
setAmplitude(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Amplitude source fields.
setAmplitude(AmplitudeConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amplitude.
setAmplitude(AmplitudeConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amplitude.
setAmplitude(AmplitudeSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Amplitude.
setApiKey(String) - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
setApiKey(String) - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
The API key required for API key authentication.
setApiKey(ApiKeyCredentials) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The API keys required for the authentication of the user.
setApiKey(String) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
setApiKey(String) - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
setApiSecretKey(String) - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
The API secret key required for API key authentication.
setApiSecretKey(String) - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
The Secret Access Key portion of the credentials.
setApiToken(String) - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
The API tokens used by Dynatrace API to authenticate various API calls.
setApiVersion(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The version of the API that's used by the connector.
setApiVersion(String) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The API version that the destination connector uses.
setApiVersion(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The version of the API that's used by the connector.
setApiVersion(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The API version that you specified in the connector profile that you’re resetting cached metadata for.
setApiVersion(String) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The API version of the connector when it's used as a source in the flow.
setApplicationHostUrl(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The location of the SAPOData resource.
setApplicationKey(String) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
setApplicationServicePath(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The application path to catalog service.
setApplicationType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The application type of the connector.
setAuthCode(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
The code provided by the connector when it has been authenticated via the connected app.
setAuthCodeUrl(String) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.
setAuthCodeUrls(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Auth code URLs that can be used for OAuth 2.0 authentication.
setAuthenticationConfig(AuthenticationConfig) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The authentication config required for the connector.
setAuthenticationType(String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The authentication type that the custom connector uses for authenticating while creating a connector profile.
setAuthParameters(Collection<AuthParameter>) - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
Information about authentication parameters required for authentication.
setBasic(BasicAuthCredentials) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The basic credentials that are required for the authentication of the user.
setBasicAuthCredentials(BasicAuthCredentials) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
The SAPOData basic authentication credentials.
setBucketName(String) - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies the name of the Amazon S3 bucket.
setBucketName(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
A name for the associated Amazon S3 bucket.
setBucketName(String) - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
setBucketName(String) - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
The Amazon S3 bucket name where the source files are stored.
setBucketName(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Amazon S3 bucket associated with Snowflake.
setBucketName(String) - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
The name of the Amazon S3 bucket.
setBucketName(String) - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies the Amazon S3 bucket prefix.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The object key for the bucket in which Amazon AppFlow places the destination files.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
The object key for the Amazon S3 bucket in which the source files are stored.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
The Amazon S3 bucket prefix.
setBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
setBusinessUnitId(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
The business unit id of Salesforce Pardot instance.
setBytesProcessed(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The total number of bytes processed by the flow run.
setBytesWritten(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The total number of bytes written as a result of the flow run.
setCanUseAsDestination(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies whether the connector can be used as a destination.
setCanUseAsSource(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies whether the connector can be used as a source.
setCatalogType(String) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
setClientCredentialsArn(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The secret manager ARN, which contains the client ID and client secret of the connected app.
setClientCredentialsArn(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The secret manager ARN, which contains the client ID and client secret of the connected app.
setClientId(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The identifier for the desired client.
setClientId(String) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The identifier for the desired client.
setClientId(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The identifier for the desired client.
setClientId(String) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The identifier for the desired client.
setClientId(String) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The identifier for the client.
setClientId(String) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The identifier for the desired client.
setClientNumber(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The client number for the client creating the connection.
setClientSecret(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
setClientSecret(String) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
setClientSecret(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The client secret used by the OAuth client to authenticate to the authorization server.
setClientSecret(String) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
setClientSecret(String) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
setClientSecret(String) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
setClientToken(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The clientToken parameter is an idempotency token.
setClientToken(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The clientToken parameter is an idempotency token.
setClientToken(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The clientToken parameter is an idempotency token.
setClientToken(String) - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
The clientToken parameter is an idempotency token.
setClientToken(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
The clientToken parameter is an idempotency token.
setClientToken(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
The clientToken parameter is an idempotency token.
setClientToken(String) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The clientToken parameter is an idempotency token.
setClusterIdentifier(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The unique ID that's assigned to an Amazon Redshift cluster.
setConnectionMode(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Indicates the connection mode and if it is public or private.
setConnectionMode(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
Indicates the connection mode and specifies whether it is public or private.
setConnectionMode(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
Indicates the connection mode and if it is public or private.
setConnectorArn(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The Amazon Resource Name (ARN) for the registered connector.
setConnectorArn(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorResult
The ARN of the connector being registered.
setConnectorArn(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationResult
The ARN of the connector being updated.
setConnectorConfiguration(ConnectorConfiguration) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorResult
Configuration info of all the connectors that the user requested.
setConnectorConfigurations(Map<String, ConnectorConfiguration>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
The configuration that is applied to the connectors used in the flow.
setConnectorDescription(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A description about the connector.
setConnectorDescription(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
A description about the registered connector.
setConnectorEntityFields(Collection<ConnectorEntityField>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
Describes the fields for that connector entity.
setConnectorEntityMap(Map<String, List<ConnectorEntity>>) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
The response of ListConnectorEntities lists entities grouped by category.
setConnectorEntityName(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The entity name for that connector.
setConnectorEntityName(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
Use this parameter if you want to reset cached metadata about the details for an individual entity.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The label used for registering the connector.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
A label used for the connector.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The label for the connector profile being created.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The label of the connector.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The name of the connector.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
The label of the connector.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The name of the connector.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
The label of the connector.
setConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
The name of the connector.
setConnectorMetadata(ConnectorMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.
setConnectorModes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connection modes that the connector supports.
setConnectorModes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connection mode that the connector supports.
setConnectorName(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector name.
setConnectorName(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The name of the connector.
setConnectorOperator(ConnectorOperator) - Method in class com.amazonaws.services.appflow.model.Task
The operation to be performed on the provided source fields.
setConnectorOwner(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The owner who developed the connector.
setConnectorOwner(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The owner of the connector.
setConnectorProfileArn(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The Amazon Resource Name (ARN) of the connector profile.
setConnectorProfileArn(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileResult
The Amazon Resource Name (ARN) of the connector profile.
setConnectorProfileArn(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileResult
The Amazon Resource Name (ARN) of the connector profile.
setConnectorProfileConfig(ConnectorProfileConfig) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
Defines the connector-specific configuration and credentials.
setConnectorProfileConfig(ConnectorProfileConfig) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
Defines the connector-specific profile configuration and credentials.
setConnectorProfileCredentials(ConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
The connector-specific credentials required by each connector.
setConnectorProfileDetails(Collection<ConnectorProfile>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
Returns information about the connector profiles associated with the flow.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The name of the connector profile.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The name of the connector profile.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
The name of the connector profile.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The name of the connector profile.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The name of the connector profile.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The name of the connector profile.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The name of the connector profile that you want to reset cached metadata for.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The name of the connector profile.
setConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services account.
setConnectorProfileNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The name of the connector profile.
setConnectorProfileProperties(ConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The connector-specific properties of the profile configuration.
setConnectorProfileProperties(ConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
The connector-specific properties of the profile configuration.
setConnectorProvisioningConfig(ConnectorProvisioningConfig) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The configuration required for registering the connector.
setConnectorProvisioningConfig(ConnectorProvisioningConfig) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The provisioning type of the connector.
setConnectorProvisioningConfig(ConnectorProvisioningConfig) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
 
setConnectorProvisioningType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The provisioning type used to register the connector.
setConnectorProvisioningType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The provisioning type that the connector uses.
setConnectorProvisioningType(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The provisioning type of the connector.
setConnectorRuntimeSettings(Collection<ConnectorRuntimeSetting>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The required connector runtime settings.
setConnectors(Collection<ConnectorDetail>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
Information about the connectors supported in Amazon AppFlow.
setConnectors(Collection<ConnectorDetail>) - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
Contains information about the connectors supported by Amazon AppFlow.
setConnectorSuppliedValueOptions(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Contains default values for the connector runtime setting that are supplied by the connector.
setConnectorSuppliedValues(Collection<String>) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Contains default values for this authentication parameter that are supplied by the connector.
setConnectorSuppliedValues(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Contains default values for this authentication parameter that are supplied by the connector.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector type.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connector type.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The type of connector, such as Salesforce, Amplitude, and so on.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The type of connector, such as Salesforce, Amplitude, and so on.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The type of connector application, such as Salesforce, Amplitude, and so on.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The type of connector, such as Salesforce, Amplitude, and so on.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The type of connector, such as Salesforce, Amplitude, and so on.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The type of connector, such as Salesforce, Amplitude, and so on.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The type of connector to reset cached metadata for.
setConnectorType(String) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The type of connector, such as Salesforce, Amplitude, and so on.
setConnectorTypes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The type of connector, such as Salesforce, Amplitude, and so on.
setConnectorVersion(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector version.
setConnectorVersion(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connector version.
setCreatedAt(Date) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies when the connector profile was created.
setCreatedAt(Date) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies when the flow was created.
setCreatedAt(Date) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies when the flow was created.
setCreatedBy(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The ARN of the user who created the flow.
setCreatedBy(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The ARN of the user who created the flow.
setCredentialsArn(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The Amazon Resource Name (ARN) of the connector profile credentials.
setCredentialsMap(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
A map that holds custom authentication credentials.
setCustom(CustomAuthCredentials) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
If the connector uses the custom authentication mechanism, this holds the required credentials.
setCustomAuthConfigs(Collection<CustomAuthConfig>) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Contains information required for custom authentication.
setCustomAuthenticationType(String) - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
The authentication type that the custom connector uses.
setCustomAuthenticationType(String) - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
The custom authentication type that the connector uses.
setCustomConnector(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
Operators supported by the custom connector.
setCustomConnector(CustomConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
setCustomConnector(CustomConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The properties required by the custom connector.
setCustomConnector(CustomConnectorDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties that are required to query the custom Connector.
setCustomConnector(CustomConnectorSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
setCustomerProfiles(CustomerProfilesMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Connect Customer Profiles.
setCustomerProfiles(CustomerProfilesDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Connect Customer Profiles.
setCustomProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
A map that has specific properties related to the ConnectorEntityField.
setCustomProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The custom properties that are specific to the connector when it's used as a destination in the flow.
setCustomProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
Custom properties that are required to use the custom connector as a source.
setDataApiRoleArn(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API.
setDatabaseName(String) - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon Web Services account.
setDatabaseName(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The name of an Amazon Redshift database.
setDatabaseUrl(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The JDBC URL of the Amazon Redshift cluster.
setDatadog(DatadogMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Datadog.
setDatadog(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Datadog source fields.
setDatadog(DatadogConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Datadog.
setDatadog(DatadogConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Datadog.
setDatadog(DatadogSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Datadog.
setDatakey(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The encryption keys used to encrypt data.
setDataPullEndTime(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
The timestamp that indicates the last new or updated record to be transferred in the flow run.
setDataPullMode(String) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
setDataPullStartTime(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
The timestamp that determines the first new or updated record to be transferred in the flow run.
setDataTransferApi(DataTransferApi) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
The API of the connector application that Amazon AppFlow uses to transfer your data.
setDataTransferApi(String) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.
setDataTransferApi(String) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.
setDataTransferApis(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
setDataType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Data type of the connector runtime setting.
setDatetimeTypeFieldName(String) - Method in class com.amazonaws.services.appflow.model.IncrementalPullConfig
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
setDefaultValue(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Default value that can be assigned to this field.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.AuthParameter
A description about the authentication parameter.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
A description of the connector entity field.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
A description about the connector runtime setting.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
A description of the flow you want to create.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
A description of the flow.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
A user-entered description of the flow.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
A description about the custom parameter used for OAuth 2.0 authentication.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
A description about the connector that's being registered.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
A description about the update that you're applying to the connector.
setDescription(String) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
A description of the flow.
setDestinationConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The label of the destination connector in the flow.
setDestinationConnectorProperties(DestinationConnectorProperties) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
This stores the information that is required to query a particular connector.
setDestinationConnectorType(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
setDestinationField(String) - Method in class com.amazonaws.services.appflow.model.Task
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
setDestinationFlowConfigList(Collection<DestinationFlowConfig>) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The configuration that controls how Amazon AppFlow places data in the destination connector.
setDestinationFlowConfigList(Collection<DestinationFlowConfig>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
setDestinationFlowConfigList(Collection<DestinationFlowConfig>) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
setDestinationProperties(DestinationFieldProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The properties applied to a field when the connector is being used as a destination.
setDisableSSO(Boolean) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
If you set this parameter to true, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.
setDocumentType(String) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
The document type specified in the Veeva document extract flow.
setDomainName(String) - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
The unique name of the Amazon Connect Customer Profiles domain.
setDynatrace(DynatraceMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Dynatrace.
setDynatrace(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Dynatrace source fields.
setDynatrace(DynatraceConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Dynatrace.
setDynatrace(DynatraceConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Dynatrace.
setDynatrace(DynatraceSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Dynatrace.
setEnableDynamicFieldUpdate(Boolean) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
setEntitiesPath(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
This optional parameter is specific to connector implementation.
setEntitiesPath(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
Use this parameter only if you’re resetting the cached metadata about a nested entity.
setEntityName(String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The entity specified in the custom connector as a destination in the flow.
setEntityName(String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
The entity specified in the custom connector as a source in the flow.
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
 
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
 
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
 
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.
setErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
setErrorInfo(ErrorInfo) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
Provides any error message information related to the flow run.
setEventBridge(EventBridgeMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon EventBridge.
setEventBridge(EventBridgeDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon EventBridge.
setExecutionId(String) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the identifier of the given flow run.
setExecutionId(String) - Method in class com.amazonaws.services.appflow.model.StartFlowResult
Returns the internal execution ID of an on-demand flow when the flow is started.
setExecutionIds(Collection<String>) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
The ID of each active run to cancel.
setExecutionMessage(String) - Method in class com.amazonaws.services.appflow.model.ErrorInfo
Specifies the error message that appears if a flow fails.
setExecutionResult(ExecutionResult) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Describes the result of the given flow run.
setExecutionStatus(String) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
setFailOnFirstDestinationError(Boolean) - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
setFailureCause(String) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning failure cause.
setFailureMessage(String) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning failure reason.
setFieldLengthRange(Range) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
This is the allowable length range for this field's value.
setFieldType(String) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The type of field, such as string, integer, date, and so on.
setFieldValueRange(Range) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The range of values this field can hold.
setFileType(String) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
setFileType(String) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
setFilterOperators(Collection<String>) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of operators supported by a field.
setFirstExecutionFrom(Date) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the date range for the records to import from the connector in the first flow run.
setFlowArn(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
The flow's Amazon Resource Name (ARN).
setFlowArn(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The flow's Amazon Resource Name (ARN).
setFlowArn(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The flow's Amazon Resource Name (ARN).
setFlowArn(String) - Method in class com.amazonaws.services.appflow.model.StartFlowResult
The flow's Amazon Resource Name (ARN).
setFlowArn(String) - Method in class com.amazonaws.services.appflow.model.StopFlowResult
The flow's Amazon Resource Name (ARN).
setFlowErrorDeactivationThreshold(Integer) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.
setFlowExecutions(Collection<ExecutionRecord>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
Returns a list of all instances when this flow was run.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
The name of a flow with active runs that you want to cancel.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The specified name of the flow.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
The specified name of the flow.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
The specified name of the flow.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowRequest
The specified name of the flow.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The specified name of the flow.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The specified name of the flow.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
The specified name of the flow.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.StopFlowRequest
The specified name of the flow.
setFlowName(String) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The specified name of the flow.
setFlows(Collection<FlowDefinition>) - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
The list of flows associated with your account.
setFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
Indicates the current status of the flow.
setFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Indicates the current status of the flow.
setFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Indicates the current status of the flow.
setFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.StartFlowResult
Indicates the current status of the flow.
setFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.StopFlowResult
Indicates the current status of the flow.
setFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.UpdateFlowResult
Indicates the current status of the flow.
setFlowStatusMessage(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Contains an error message if the flow status is in a suspended or error state.
setForceDelete(Boolean) - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
setForceDelete(Boolean) - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
setForceDelete(Boolean) - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles.
setGlueDataCatalog(GlueDataCatalogConfig) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogConfig
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
setGoogleAnalytics(GoogleAnalyticsMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Google Analytics.
setGoogleAnalytics(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Google Analytics source fields.
setGoogleAnalytics(GoogleAnalyticsConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Google Analytics.
setGoogleAnalytics(GoogleAnalyticsConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required Google Analytics.
setGoogleAnalytics(GoogleAnalyticsSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Google Analytics.
setHasNestedEntities(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
setHoneycode(HoneycodeMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Honeycode.
setHoneycode(HoneycodeConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amazon Honeycode.
setHoneycode(HoneycodeConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amazon Honeycode.
setHoneycode(HoneycodeDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Honeycode.
setIdentifier(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The unique identifier of the connector field.
setIdFieldNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
setIdFieldNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
setIdFieldNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
setIdFieldNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
setIncludeAllVersions(Boolean) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include All Versions of files in Veeva document extract flow.
setIncludeDeletedRecords(Boolean) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Indicates whether Amazon AppFlow includes deleted files in the flow run.
setIncludeRenditions(Boolean) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include file renditions in Veeva document extract flow.
setIncludeSourceFiles(Boolean) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include source files in Veeva document extract flow.
setIncrementalPullConfig(IncrementalPullConfig) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
Defines the configuration for a scheduled incremental data pull.
setInforNexus(InforNexusMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Infor Nexus.
setInforNexus(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Infor Nexus source fields.
setInforNexus(InforNexusConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Infor Nexus.
setInforNexus(InforNexusConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Infor Nexus.
setInforNexus(InforNexusSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Infor Nexus.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
The location of the Datadog resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
The location of the Dynatrace resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
The location of the Infor Nexus resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
The location of the Marketo resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
The location of the Salesforce Pardot resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
The location of the Salesforce resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
The location of the ServiceNow resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
The location of the Slack resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
The location of the Veeva resource.
setInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
The location of the Zendesk resource.
setIntermediateBucketName(String) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
setIntermediateBucketName(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
setInvalidExecutions(Collection<String>) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
The IDs of runs that Amazon AppFlow couldn't cancel.
setIsApiKeyAuthSupported(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether API key authentication is supported by the connector
setIsBasicAuthSupported(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether basic authentication is supported by the connector.
setIsCreatable(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the destination field can be created by the current user.
setIsCustomAuthSupported(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether custom authentication is supported by the connector
setIsDefaultedOnCreate(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies whether the field can use the default value during a Create operation.
setIsDeprecated(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Booelan value that indicates whether this field is deprecated or not.
setIsNullable(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the destination field can have a null value.
setIsOAuth2Supported(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether OAuth 2.0 authentication is supported by the connector.
setIsPrimaryKey(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Booelan value that indicates whether this field can be used as a primary key.
setIsPrivateLinkEnabled(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies if PrivateLink is enabled for that connector.
setIsPrivateLinkEndpointUrlRequired(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies if a PrivateLink endpoint URL is required.
setIsQueryable(Boolean) - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates if the field can be queried.
setIsRedshiftServerless(Boolean) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
setIsRequired(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Indicates whether this authentication parameter is required.
setIsRequired(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Indicates whether this connector runtime setting is required.
setIsRequired(Boolean) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
setIsRetrievable(Boolean) - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates whether the field can be returned in a search result.
setIsSandboxEnvironment(Boolean) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
Indicates whether the connector profile applies to a sandbox or production environment.
setIsSandboxEnvironment(Boolean) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
Indicates whether the connector profile applies to a sandbox or production environment.
setIsSensitiveField(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Indicates whether this authentication parameter is a sensitive field.
setIsSensitiveField(Boolean) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether this authentication custom parameter is a sensitive field.
setIsTimestampFieldForIncrementalQueries(Boolean) - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates if this timestamp field can be used for incremental queries.
setIsUpdatable(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies whether the field can be updated during an UPDATE or UPSERT write operation.
setIsUpsertable(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
setJwtToken(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
A JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.
setKey(String) - Method in class com.amazonaws.services.appflow.model.AuthParameter
The authentication key required to authenticate with the connector.
setKey(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Contains value information about the connector runtime setting.
setKey(String) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
The key of the custom parameter required for OAuth 2.0 authentication.
setKmsArn(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
setKmsArn(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
setKmsArn(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
setLabel(String) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Label used for authentication parameter.
setLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
The label applied to the connector entity.
setLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The label applied to a connector entity field.
setLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
A label used for connector runtime setting.
setLabel(String) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
The label of the custom parameter used for OAuth 2.0 authentication.
setLambda(LambdaConnectorProvisioningConfig) - Method in class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
Contains information about the configuration of the lambda which is being registered as the connector.
setLambdaArn(String) - Method in class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
Lambda ARN of the connector being registered.
setLastRunExecutionDetails(ExecutionDetails) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Describes the details of the most recent flow run.
setLastRunExecutionDetails(ExecutionDetails) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Describes the details of the most recent flow run.
setLastRunMetadataCatalogDetails(Collection<MetadataCatalogDetail>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
setLastUpdatedAt(Date) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies when the connector profile was last updated.
setLastUpdatedAt(Date) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies when the flow was last updated.
setLastUpdatedAt(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the time of the most recent update.
setLastUpdatedAt(Date) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies when the flow was last updated.
setLastUpdatedBy(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies the user name of the account that performed the most recent update.
setLastUpdatedBy(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the account user name that most recently updated the flow.
setLogonLanguage(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The logon language of SAPOData instance.
setLogoURL(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Logo URL of the connector.
setLookoutMetrics(LookoutMetricsDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Lookout for Metrics.
setMarketo(MarketoMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Marketo.
setMarketo(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Marketo source fields.
setMarketo(MarketoConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Marketo.
setMarketo(MarketoConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Marketo.
setMarketo(MarketoDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Marketo.
setMarketo(MarketoSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Marketo.
setMaximum(Double) - Method in class com.amazonaws.services.appflow.model.Range
Maximum value supported by the field.
setMaxPageSize(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
setMaxPageSize(Integer) - Method in class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
setMaxParallelism(Integer) - Method in class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.
setMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
Specifies the maximum number of items that should be returned in the result set.
setMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The maximum number of items that should be returned in the result set.
setMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
Specifies the maximum number of items that should be returned in the result set.
setMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The maximum number of items that the operation returns in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
Specifies the maximum number of items that should be returned in the result set.
setMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
Specifies the maximum number of items that should be returned in the result set.
setMessage(String) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Explains the status of the registration attempt from Amazon AppFlow.
setMetadataCatalogConfig(MetadataCatalogConfig) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
setMetadataCatalogConfig(MetadataCatalogConfig) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
setMetadataCatalogConfig(MetadataCatalogConfig) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
setMetadataCatalogDetails(Collection<MetadataCatalogDetail>) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
setMinimum(Double) - Method in class com.amazonaws.services.appflow.model.Range
Minimum value supported by the field.
setMostRecentExecutionMessage(String) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Describes the details of the most recent flow run.
setMostRecentExecutionStatus(String) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Specifies the status of the most recent flow run.
setMostRecentExecutionTime(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Specifies the time of the most recent flow run.
setName(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
The name of the connector entity.
setName(String) - Method in class com.amazonaws.services.appflow.model.DataTransferApi
The name of the connector application API.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The pagination token for the next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
The pagination token for the next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The pagination token for the next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
The pagination token for the next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
The pagination token for the next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
The pagination token for the next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
A token that was provided by your prior ListConnectorEntities operation if the response was too big for the page size.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
A token that you specify in your next ListConnectorEntities operation to get the next page of results in paginated response.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
The pagination token for the next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
The pagination token for the next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
The pagination token for next page of data.
setNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
The pagination token for next page of data.
setNumParallelProcesses(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
setOauth2(OAuth2Credentials) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The OAuth 2.0 credentials required for the authentication of the user.
setOAuth2Credentials(OAuth2Credentials) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The OAuth 2.0 credentials required to authenticate the user.
setOauth2CustomProperties(Collection<OAuth2CustomParameter>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
List of custom parameters required for OAuth 2.0 authentication.
setOAuth2Defaults(OAuth2Defaults) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Contains the default values required for OAuth 2.0 authentication.
setOAuth2GrantType(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
setOAuth2GrantType(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce.
setOauth2GrantTypesSupported(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 grant types supported by the connector.
setOauth2GrantTypesSupported(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.
setOAuth2Properties(OAuth2Properties) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
 
setOAuthCredentials(OAuthCredentials) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
The SAPOData OAuth type authentication credentials.
setOAuthProperties(OAuthProperties) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The SAPOData OAuth properties required for OAuth type authentication.
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
 
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
 
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
 
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
setOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
setOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
The desired authorization scope for the Google Analytics account.
setOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
The desired authorization scope for the Amazon Honeycode account.
setOauthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 scopes that the connector supports.
setOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The OAuth scopes required for OAuth type authentication.
setOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The desired authorization scope for the Salesforce account.
setOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SlackMetadata
The desired authorization scope for the Slack account.
setOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
The desired authorization scope for the Zendesk account.
setObject(String) - Method in class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
The object specified in the Amplitude flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.DatadogSourceProperties
The object specified in the Datadog flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.DynatraceSourceProperties
The object specified in the Dynatrace flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
The object specified in the Amazon EventBridge flow destination.
setObject(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
The object specified in the Google Analytics flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
The object specified in the Amazon Honeycode flow destination.
setObject(String) - Method in class com.amazonaws.services.appflow.model.InforNexusSourceProperties
The object specified in the Infor Nexus flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
The object specified in the Marketo flow destination.
setObject(String) - Method in class com.amazonaws.services.appflow.model.MarketoSourceProperties
The object specified in the Marketo flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.PardotSourceProperties
The object specified in the Salesforce Pardot flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The object specified in the Amazon Redshift flow destination.
setObject(String) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The object specified in the Salesforce flow destination.
setObject(String) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
The object specified in the Salesforce flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
The object specified in the ServiceNow flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.SingularSourceProperties
The object specified in the Singular flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.SlackSourceProperties
The object specified in the Slack flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The object specified in the Snowflake flow destination.
setObject(String) - Method in class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
The object specified in the Trend Micro flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
The object specified in the Veeva flow source.
setObject(String) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
The object specified in the Zendesk flow destination.
setObject(String) - Method in class com.amazonaws.services.appflow.model.ZendeskSourceProperties
The object specified in the Zendesk flow source.
setObjectPath(String) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
The object path specified in the SAPOData flow destination.
setObjectPath(String) - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
The object path specified in the SAPOData flow source.
setObjectTypeName(String) - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
The object specified in the Amazon Connect Customer Profiles flow destination.
setPaginationConfig(SAPODataPaginationConfig) - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
Sets the page size for each concurrent process that transfers OData records from your SAP instance.
setParallelismConfig(SAPODataParallelismConfig) - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
Sets the number of concurrent processes that transfers OData records from your SAP instance.
setPardot(PardotMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Salesforce Pardot.
setPardot(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Salesforce Pardot source fields.
setPardot(PardotConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Salesforce Pardot.
setPardot(PardotConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Salesforce Pardot.
setPardot(PardotSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Salesforce Pardot.
setParentIdentifier(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The parent identifier of the connector field.
setPartitionRegistrationOutput(RegistrationOutput) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog.
setPassword(String) - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
The password to use to connect to a resource.
setPassword(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
The password that corresponds to the user name.
setPassword(String) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The password that corresponds to the user name.
setPassword(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
The password that corresponds to the user name.
setPassword(String) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
The password that corresponds to the user name.
setPathPrefixHierarchy(Collection<String>) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Specifies whether the destination file path includes either or both of the following elements:
setPortNumber(Integer) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The port number of the SAPOData instance.
setPrefixConfig(PrefixConfig) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
setPrefixConfig(PrefixConfig) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
setPrefixFormat(String) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Determines the level of granularity for the date and time that's included in the prefix.
setPrefixType(String) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
setPreserveSourceDataTyping(Boolean) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.
setPrivateConnectionProvisioningState(PrivateConnectionProvisioningState) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies the private connection provisioning state.
setPrivateLinkServiceName(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The SAPOData Private Link service name to be used for private data transfers.
setPrivateLinkServiceName(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The Snowflake Private Link service name to be used for private data transfers.
setProfileProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
A map of properties that are required to create a profile for the custom connector.
setPutFailuresCount(Long) - Method in class com.amazonaws.services.appflow.model.ErrorInfo
Specifies the failure count for the attempted flow.
setRecordsProcessed(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The number of records processed in the flow run.
setRedirectUri(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
The URL to which the authentication server redirects the browser after authorization has been granted.
setRedshift(RedshiftMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Redshift.
setRedshift(RedshiftConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amazon Redshift.
setRedshift(RedshiftConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amazon Redshift.
setRedshift(RedshiftDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Redshift.
setRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The credentials used to acquire new access tokens.
setRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
The credentials used to acquire new access tokens.
setRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The refresh token used to refresh an expired access token.
setRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The refresh token used to refresh expired access token.
setRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The credentials used to acquire new access tokens.
setRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The credentials used to acquire new access tokens.
setRegion(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The Amazon Web Services Region of the Snowflake account.
setRegisteredAt(Date) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The date on which the connector was registered.
setRegisteredAt(Date) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The time at which the connector was registered.
setRegisteredBy(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Information about who registered the connector.
setRegisteredBy(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The user who registered the connector.
setResourceArn(String) - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the specified flow.
setResourceArn(String) - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
The Amazon Resource Name (ARN) of the flow that you want to tag.
setResourceArn(String) - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the flow that you want to untag.
setResult(String) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Indicates the number of resources that Amazon AppFlow created or updated.
setRoleArn(String) - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
The Amazon Resource Name (ARN) of an IAM role that grants Amazon AppFlow the permissions it needs to create Data Catalog tables, databases, and partitions.
setRoleArn(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
setS3(S3Metadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon S3.
setS3(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Amazon S3 source fields.
setS3(S3DestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon S3.
setS3(S3SourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Amazon S3.
setS3InputFileType(String) - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
setS3InputFormatConfig(S3InputFormatConfig) - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
 
setS3OutputFormatConfig(S3OutputFormatConfig) - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
 
setS3OutputFormatConfig(UpsolverS3OutputFormatConfig) - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
setSalesforce(SalesforceMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Salesforce.
setSalesforce(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Salesforce source fields.
setSalesforce(SalesforceConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Salesforce.
setSalesforce(SalesforceConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Salesforce.
setSalesforce(SalesforceDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Salesforce.
setSalesforce(SalesforceSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Salesforce.
setSAPOData(SAPODataMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
 
setSAPOData(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided SAPOData source fields.
setSAPOData(SAPODataConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
setSAPOData(SAPODataConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
 
setSAPOData(SAPODataDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query SAPOData.
setSAPOData(SAPODataSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
setScheduled(ScheduledTriggerProperties) - Method in class com.amazonaws.services.appflow.model.TriggerProperties
Specifies the configuration details of a schedule-triggered flow as defined by the user.
setScheduleEndTime(Date) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The time at which the scheduled flow ends.
setScheduleExpression(String) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes).
setScheduleOffset(Long) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
setScheduleStartTime(Date) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The time at which the scheduled flow starts.
setSchemaVersion(Long) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The version number of your data schema.
setScope(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Indicates the scope of the connector runtime setting.
setSecretAccessKey(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The secret key used to sign requests.
setSecretKey(String) - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
The Secret Access Key portion of the credentials.
setServiceNow(ServiceNowMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to ServiceNow.
setServiceNow(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided ServiceNow source fields.
setServiceNow(ServiceNowConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using ServiceNow.
setServiceNow(ServiceNowConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by serviceNow.
setServiceNow(ServiceNowSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying ServiceNow.
setSingular(SingularMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Singular.
setSingular(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Singular source fields.
setSingular(SingularConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Singular.
setSingular(SingularConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Singular.
setSingular(SingularSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Singular.
setSlack(SlackMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Slack.
setSlack(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Slack source fields.
setSlack(SlackConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Slack.
setSlack(SlackConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Slack.
setSlack(SlackSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Slack.
setSnowflake(SnowflakeMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Snowflake.
setSnowflake(SnowflakeConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Snowflake.
setSnowflake(SnowflakeConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Snowflake.
setSnowflake(SnowflakeDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Snowflake.
setSourceConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The label of the source connector in the flow.
setSourceConnectorProperties(SourceConnectorProperties) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
Specifies the information that is required to query a particular source connector.
setSourceConnectorType(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
setSourceFields(Collection<String>) - Method in class com.amazonaws.services.appflow.model.Task
The source fields to which a particular task is applied.
setSourceFlowConfig(SourceFlowConfig) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
setSourceFlowConfig(SourceFlowConfig) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
setSourceFlowConfig(SourceFlowConfig) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
 
setSourceProperties(SourceFieldProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The properties that can be applied to a field when the connector is being used as a source.
setStage(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
setStartedAt(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the start time of the flow run.
setStatus(String) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning status.
setStatus(String) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Indicates the status of the registration attempt from Amazon AppFlow.
setSuccessResponseHandlingConfig(SuccessResponseHandlingConfig) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
setSupportedApiVersions(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of API versions that are supported by the connector.
setSupportedDataTransferApis(Collection<DataTransferApi>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
setSupportedDataTransferTypes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The data transfer types that the connector supports.
setSupportedDataTransferTypes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The data transfer types that the connector supports.
setSupportedDateFormat(String) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The date format that the field supports.
setSupportedDestinationConnectors(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Lists the connectors that are available for use as destinations.
setSupportedFieldTypeDetails(SupportedFieldTypeDetails) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.
setSupportedOperators(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of operators supported by the connector.
setSupportedRegions(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
Specifies the supported Amazon Web Services Regions when using Snowflake.
setSupportedSchedulingFrequencies(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported flow frequency for that connector.
setSupportedTriggerTypes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported trigger types for the flow.
setSupportedValues(Collection<String>) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of values that a field can contain.
setSupportedWriteOperations(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of write operations supported by the connector.
setSupportedWriteOperations(Collection<String>) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
A list of supported write operations.
setTableName(String) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
The name of the table that stores the metadata for the associated flow run.
setTablePrefix(String) - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this setting.
setTableRegistrationOutput(RegistrationOutput) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
The tag keys associated with the tag that you want to remove from your flow.
setTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The tags used to organize, track, or control access for your flow.
setTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The tags used to organize, track, or control access for your flow.
setTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The tags used to organize, track, or control access for your flow.
setTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
The tags used to organize, track, or control access for your flow.
setTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
The tags used to organize, track, or control access for your flow.
setTargetFileSize(Long) - Method in class com.amazonaws.services.appflow.model.AggregationConfig
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.
setTaskProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.Task
A map used to store task-related information.
setTasks(Collection<Task>) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
setTasks(Collection<Task>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
setTasks(Collection<Task>) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
setTaskType(String) - Method in class com.amazonaws.services.appflow.model.Task
Specifies the particular task implementation that Amazon AppFlow performs.
setTimezone(String) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the time zone used when referring to the dates and times of a scheduled flow, such as America/New_York.
setTokenUrl(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
The token URL required for OAuth 2.0 authentication.
setTokenUrl(String) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.
setTokenUrlCustomProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
Associates your token URL with a map of properties that you define.
setTokenUrls(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Token URLs that can be used for OAuth 2.0 authentication.
setTrendmicro(TrendmicroMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Trend Micro.
setTrendmicro(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Trend Micro source fields.
setTrendmicro(TrendmicroConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Trend Micro.
setTrendmicro(TrendmicroConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Trend Micro.
setTrendmicro(TrendmicroSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Trend Micro.
setTriggerConfig(TriggerConfig) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The trigger settings that determine how and when the flow runs.
setTriggerConfig(TriggerConfig) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The trigger settings that determine how and when the flow runs.
setTriggerConfig(TriggerConfig) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The trigger settings that determine how and when the flow runs.
setTriggerProperties(TriggerProperties) - Method in class com.amazonaws.services.appflow.model.TriggerConfig
Specifies the configuration details of a schedule-triggered flow as defined by the user.
setTriggerType(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the type of flow trigger.
setTriggerType(String) - Method in class com.amazonaws.services.appflow.model.TriggerConfig
Specifies the type of flow trigger.
setType(String) - Method in class com.amazonaws.services.appflow.model.DataTransferApi
You can specify one of the following types:
setType(String) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
setUpsolver(UpsolverMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Upsolver.
setUpsolver(UpsolverDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Upsolver.
setUsePrivateLinkForMetadataAndAuthorization(Boolean) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce.
setUserId(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The identifier for the user.
setUsername(String) - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
The username to use to connect to a resource.
setUsername(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
The name of the user.
setUsername(String) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The name of the user.
setUsername(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
The name of the user.
setUsername(String) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
The name of the user.
setV1(FieldTypeDetails) - Method in class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
The initial supported version for fieldType.
setValueRegexPattern(String) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The regular expression pattern for the field name.
setVeeva(VeevaMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Veeva.
setVeeva(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Veeva source fields.
setVeeva(VeevaConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Veeva.
setVeeva(VeevaConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Veeva.
setVeeva(VeevaSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Veeva.
setWarehouse(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Snowflake warehouse.
setWorkgroupName(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The name of an Amazon Redshift workgroup.
setWriteOperationType(String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
setWriteOperationType(String) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
This specifies the type of write operation to be performed in Salesforce.
setWriteOperationType(String) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
setWriteOperationType(String) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
setZendesk(ZendeskMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Zendesk.
setZendesk(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Zendesk source fields.
setZendesk(ZendeskConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Zendesk.
setZendesk(ZendeskConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Zendesk.
setZendesk(ZendeskDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Zendesk.
setZendesk(ZendeskSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Zendesk.
shutdown() - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
shutdown() - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
 
SingularConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
SingularConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Singular.
SingularConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
 
SingularConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Singular.
SingularConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.SingularConnectorProfileProperties
 
SingularMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Singular.
SingularMetadata() - Constructor for class com.amazonaws.services.appflow.model.SingularMetadata
 
SingularSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Singular is being used as a source.
SingularSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.SingularSourceProperties
 
SlackConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
SlackConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Slack.
SlackConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
 
SlackConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Slack.
SlackConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
 
SlackMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Slack.
SlackMetadata() - Constructor for class com.amazonaws.services.appflow.model.SlackMetadata
 
SlackSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Slack is being used as a source.
SlackSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.SlackSourceProperties
 
SnowflakeConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Snowflake.
SnowflakeConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
 
SnowflakeConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Snowflake.
SnowflakeConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
 
SnowflakeDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Snowflake is being used as a destination.
SnowflakeDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
 
SnowflakeMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Snowflake.
SnowflakeMetadata() - Constructor for class com.amazonaws.services.appflow.model.SnowflakeMetadata
 
SourceConnectorProperties - Class in com.amazonaws.services.appflow.model
Specifies the information that is required to query a particular connector.
SourceConnectorProperties() - Constructor for class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
SourceFieldProperties - Class in com.amazonaws.services.appflow.model
The properties that can be applied to a field when the connector is being used as a source.
SourceFieldProperties() - Constructor for class com.amazonaws.services.appflow.model.SourceFieldProperties
 
SourceFlowConfig - Class in com.amazonaws.services.appflow.model
Contains information about the configuration of the source connector used in the flow.
SourceFlowConfig() - Constructor for class com.amazonaws.services.appflow.model.SourceFlowConfig
 
standard() - Static method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.appflow.AmazonAppflowClientBuilder
 
startFlow(StartFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
startFlow(StartFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Activates an existing flow.
startFlow(StartFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Activates an existing flow.
startFlowAsync(StartFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
startFlowAsync(StartFlowRequest, AsyncHandler<StartFlowRequest, StartFlowResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
startFlowAsync(StartFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Activates an existing flow.
startFlowAsync(StartFlowRequest, AsyncHandler<StartFlowRequest, StartFlowResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Activates an existing flow.
startFlowAsync(StartFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
startFlowAsync(StartFlowRequest, AsyncHandler<StartFlowRequest, StartFlowResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
StartFlowRequest - Class in com.amazonaws.services.appflow.model
 
StartFlowRequest() - Constructor for class com.amazonaws.services.appflow.model.StartFlowRequest
 
StartFlowResult - Class in com.amazonaws.services.appflow.model
 
StartFlowResult() - Constructor for class com.amazonaws.services.appflow.model.StartFlowResult
 
stopFlow(StopFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
stopFlow(StopFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Deactivates the existing flow.
stopFlow(StopFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Deactivates the existing flow.
stopFlowAsync(StopFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
stopFlowAsync(StopFlowRequest, AsyncHandler<StopFlowRequest, StopFlowResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
stopFlowAsync(StopFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Deactivates the existing flow.
stopFlowAsync(StopFlowRequest, AsyncHandler<StopFlowRequest, StopFlowResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Deactivates the existing flow.
stopFlowAsync(StopFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
stopFlowAsync(StopFlowRequest, AsyncHandler<StopFlowRequest, StopFlowResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
StopFlowRequest - Class in com.amazonaws.services.appflow.model
 
StopFlowRequest() - Constructor for class com.amazonaws.services.appflow.model.StopFlowRequest
 
StopFlowResult - Class in com.amazonaws.services.appflow.model
 
StopFlowResult() - Constructor for class com.amazonaws.services.appflow.model.StopFlowResult
 
SuccessResponseHandlingConfig - Class in com.amazonaws.services.appflow.model
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
SuccessResponseHandlingConfig() - Constructor for class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
 
SupportedDataTransferType - Enum in com.amazonaws.services.appflow.model
 
SupportedFieldTypeDetails - Class in com.amazonaws.services.appflow.model
Contains details regarding all the supported FieldTypes and their corresponding filterOperators and supportedValues.
SupportedFieldTypeDetails() - Constructor for class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
 

T

tagResource(TagResourceRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Applies a tag to the specified flow.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Applies a tag to the specified flow.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Applies a tag to the specified flow.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Applies a tag to the specified flow.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.appflow.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.appflow.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.appflow.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.appflow.model.TagResourceResult
 
Task - Class in com.amazonaws.services.appflow.model
A class for modeling different type of tasks.
Task() - Constructor for class com.amazonaws.services.appflow.model.Task
 
TaskType - Enum in com.amazonaws.services.appflow.model
 
ThrottlingException - Exception in com.amazonaws.services.appflow.model
API calls have exceeded the maximum allowed API request rate per account and per Region.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.appflow.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
toString() - Method in class com.amazonaws.services.appflow.model.AggregationConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.AggregationType
 
toString() - Method in enum com.amazonaws.services.appflow.model.AmplitudeConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.AmplitudeMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.AuthenticationType
 
toString() - Method in class com.amazonaws.services.appflow.model.AuthParameter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.CatalogType
 
toString() - Method in enum com.amazonaws.services.appflow.model.ConnectionMode
 
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.ConnectorProvisioningType
 
toString() - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.ConnectorType
 
toString() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.CustomerProfilesMetadata
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.DatadogConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DatadogMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DatadogSourceProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.DataPullMode
 
toString() - Method in class com.amazonaws.services.appflow.model.DataTransferApi
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.DataTransferApiType
 
toString() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DeleteFlowResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeFlowRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.DynatraceConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DynatraceMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.DynatraceSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ErrorInfo
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.EventBridgeMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ExecutionResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.ExecutionStatus
 
toString() - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.FileType
 
toString() - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.FlowStatus
 
toString() - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.IncrementalPullConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.InforNexusConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.InforNexusMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.InforNexusSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.LookoutMetricsDestinationProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.MarketoConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.MarketoMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.MarketoSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.OAuth2CustomPropType
 
toString() - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.OAuth2GrantType
 
toString() - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.OAuthProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.Operator
 
toString() - Method in enum com.amazonaws.services.appflow.model.OperatorPropertiesKeys
 
toString() - Method in enum com.amazonaws.services.appflow.model.Operators
 
toString() - Method in enum com.amazonaws.services.appflow.model.PardotConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.PardotMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.PardotSourceProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.PathPrefix
 
toString() - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.PrefixFormat
 
toString() - Method in enum com.amazonaws.services.appflow.model.PrefixType
 
toString() - Method in enum com.amazonaws.services.appflow.model.PrivateConnectionProvisioningFailureCause
 
toString() - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.PrivateConnectionProvisioningStatus
 
toString() - Method in class com.amazonaws.services.appflow.model.Range
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.RedshiftMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.RegisterConnectorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.S3ConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.S3InputFileType
 
toString() - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.S3Metadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.SalesforceConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.SalesforceDataTransferApi
 
toString() - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.SAPODataConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SAPODataMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.ScheduleFrequencyType
 
toString() - Method in enum com.amazonaws.services.appflow.model.ServiceNowConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ServiceNowMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.SingularConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SingularMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SingularSourceProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.SlackConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SlackMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SlackSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.StartFlowResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.StopFlowRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.StopFlowResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.SupportedDataTransferType
 
toString() - Method in class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.Task
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.TaskType
 
toString() - Method in enum com.amazonaws.services.appflow.model.TrendmicroConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.TrendmicroMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.TriggerConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.TriggerProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.TriggerType
 
toString() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpdateFlowResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpsolverMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.VeevaConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.VeevaMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.appflow.model.WriteOperationType
 
toString() - Method in enum com.amazonaws.services.appflow.model.ZendeskConnectorOperator
 
toString() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.appflow.model.ZendeskSourceProperties
Returns a string representation of this object.
TrendmicroConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
TrendmicroConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Trend Micro.
TrendmicroConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
 
TrendmicroConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Trend Micro.
TrendmicroConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileProperties
 
TrendmicroMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Trend Micro.
TrendmicroMetadata() - Constructor for class com.amazonaws.services.appflow.model.TrendmicroMetadata
 
TrendmicroSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when using Trend Micro as a flow source.
TrendmicroSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
 
TriggerConfig - Class in com.amazonaws.services.appflow.model
The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
TriggerConfig() - Constructor for class com.amazonaws.services.appflow.model.TriggerConfig
 
TriggerProperties - Class in com.amazonaws.services.appflow.model
Specifies the configuration details that control the trigger for a flow.
TriggerProperties() - Constructor for class com.amazonaws.services.appflow.model.TriggerProperties
 
TriggerType - Enum in com.amazonaws.services.appflow.model
 

U

unregisterConnector(UnregisterConnectorRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
unregisterConnector(UnregisterConnectorRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Unregisters the custom connector registered in your account that matches the connector label provided in the request.
unregisterConnector(UnregisterConnectorRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Unregisters the custom connector registered in your account that matches the connector label provided in the request.
unregisterConnectorAsync(UnregisterConnectorRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
unregisterConnectorAsync(UnregisterConnectorRequest, AsyncHandler<UnregisterConnectorRequest, UnregisterConnectorResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
unregisterConnectorAsync(UnregisterConnectorRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Unregisters the custom connector registered in your account that matches the connector label provided in the request.
unregisterConnectorAsync(UnregisterConnectorRequest, AsyncHandler<UnregisterConnectorRequest, UnregisterConnectorResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Unregisters the custom connector registered in your account that matches the connector label provided in the request.
unregisterConnectorAsync(UnregisterConnectorRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
unregisterConnectorAsync(UnregisterConnectorRequest, AsyncHandler<UnregisterConnectorRequest, UnregisterConnectorResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
UnregisterConnectorRequest - Class in com.amazonaws.services.appflow.model
 
UnregisterConnectorRequest() - Constructor for class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
 
UnregisterConnectorResult - Class in com.amazonaws.services.appflow.model
 
UnregisterConnectorResult() - Constructor for class com.amazonaws.services.appflow.model.UnregisterConnectorResult
 
UnsupportedOperationException - Exception in com.amazonaws.services.appflow.model
The requested operation is not supported for the current flow.
UnsupportedOperationException(String) - Constructor for exception com.amazonaws.services.appflow.model.UnsupportedOperationException
Constructs a new UnsupportedOperationException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Removes a tag from the specified flow.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Removes a tag from the specified flow.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Removes a tag from the specified flow.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Removes a tag from the specified flow.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.appflow.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.appflow.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.appflow.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.appflow.model.UntagResourceResult
 
updateConnectorProfile(UpdateConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
updateConnectorProfile(UpdateConnectorProfileRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Updates a given connector profile associated with your account.
updateConnectorProfile(UpdateConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Updates a given connector profile associated with your account.
updateConnectorProfileAsync(UpdateConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
updateConnectorProfileAsync(UpdateConnectorProfileRequest, AsyncHandler<UpdateConnectorProfileRequest, UpdateConnectorProfileResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
updateConnectorProfileAsync(UpdateConnectorProfileRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Updates a given connector profile associated with your account.
updateConnectorProfileAsync(UpdateConnectorProfileRequest, AsyncHandler<UpdateConnectorProfileRequest, UpdateConnectorProfileResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Updates a given connector profile associated with your account.
updateConnectorProfileAsync(UpdateConnectorProfileRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
updateConnectorProfileAsync(UpdateConnectorProfileRequest, AsyncHandler<UpdateConnectorProfileRequest, UpdateConnectorProfileResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
UpdateConnectorProfileRequest - Class in com.amazonaws.services.appflow.model
 
UpdateConnectorProfileRequest() - Constructor for class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
 
UpdateConnectorProfileResult - Class in com.amazonaws.services.appflow.model
 
UpdateConnectorProfileResult() - Constructor for class com.amazonaws.services.appflow.model.UpdateConnectorProfileResult
 
updateConnectorRegistration(UpdateConnectorRegistrationRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
updateConnectorRegistration(UpdateConnectorRegistrationRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Updates a custom connector that you've previously registered.
updateConnectorRegistration(UpdateConnectorRegistrationRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Updates a custom connector that you've previously registered.
updateConnectorRegistrationAsync(UpdateConnectorRegistrationRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
updateConnectorRegistrationAsync(UpdateConnectorRegistrationRequest, AsyncHandler<UpdateConnectorRegistrationRequest, UpdateConnectorRegistrationResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
updateConnectorRegistrationAsync(UpdateConnectorRegistrationRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Updates a custom connector that you've previously registered.
updateConnectorRegistrationAsync(UpdateConnectorRegistrationRequest, AsyncHandler<UpdateConnectorRegistrationRequest, UpdateConnectorRegistrationResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Updates a custom connector that you've previously registered.
updateConnectorRegistrationAsync(UpdateConnectorRegistrationRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
updateConnectorRegistrationAsync(UpdateConnectorRegistrationRequest, AsyncHandler<UpdateConnectorRegistrationRequest, UpdateConnectorRegistrationResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
UpdateConnectorRegistrationRequest - Class in com.amazonaws.services.appflow.model
 
UpdateConnectorRegistrationRequest() - Constructor for class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
 
UpdateConnectorRegistrationResult - Class in com.amazonaws.services.appflow.model
 
UpdateConnectorRegistrationResult() - Constructor for class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationResult
 
updateFlow(UpdateFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflow
 
updateFlow(UpdateFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflow
Updates an existing flow.
updateFlow(UpdateFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowClient
Updates an existing flow.
updateFlowAsync(UpdateFlowRequest) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
updateFlowAsync(UpdateFlowRequest, AsyncHandler<UpdateFlowRequest, UpdateFlowResult>) - Method in class com.amazonaws.services.appflow.AbstractAmazonAppflowAsync
 
updateFlowAsync(UpdateFlowRequest) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Updates an existing flow.
updateFlowAsync(UpdateFlowRequest, AsyncHandler<UpdateFlowRequest, UpdateFlowResult>) - Method in interface com.amazonaws.services.appflow.AmazonAppflowAsync
Updates an existing flow.
updateFlowAsync(UpdateFlowRequest) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
updateFlowAsync(UpdateFlowRequest, AsyncHandler<UpdateFlowRequest, UpdateFlowResult>) - Method in class com.amazonaws.services.appflow.AmazonAppflowAsyncClient
 
UpdateFlowRequest - Class in com.amazonaws.services.appflow.model
 
UpdateFlowRequest() - Constructor for class com.amazonaws.services.appflow.model.UpdateFlowRequest
 
UpdateFlowResult - Class in com.amazonaws.services.appflow.model
 
UpdateFlowResult() - Constructor for class com.amazonaws.services.appflow.model.UpdateFlowResult
 
UpsolverDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Upsolver is used as a destination.
UpsolverDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
 
UpsolverMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Upsolver.
UpsolverMetadata() - Constructor for class com.amazonaws.services.appflow.model.UpsolverMetadata
 
UpsolverS3OutputFormatConfig - Class in com.amazonaws.services.appflow.model
The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.
UpsolverS3OutputFormatConfig() - Constructor for class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 

V

ValidationException - Exception in com.amazonaws.services.appflow.model
The request has invalid or missing parameters.
ValidationException(String) - Constructor for exception com.amazonaws.services.appflow.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.AggregationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.AmplitudeConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.CatalogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.ConnectorProvisioningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.ConnectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.DatadogConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.DataPullMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.DataTransferApiType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.DynatraceConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.FlowStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.InforNexusConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.MarketoConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.OAuth2CustomPropType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.OAuth2GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.OperatorPropertiesKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.Operators
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.PardotConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.PathPrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.PrefixFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.PrefixType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.PrivateConnectionProvisioningFailureCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.PrivateConnectionProvisioningStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.S3ConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.S3InputFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.SalesforceConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.SalesforceDataTransferApi
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.SAPODataConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.ScheduleFrequencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.ServiceNowConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.SingularConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.SlackConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.SupportedDataTransferType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.TaskType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.TrendmicroConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.TriggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.VeevaConnectorOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.WriteOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.appflow.model.ZendeskConnectorOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.appflow.model.AggregationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.AmplitudeConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.CatalogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.ConnectorProvisioningType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.ConnectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.DatadogConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.DataPullMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.DataTransferApiType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.DynatraceConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.FlowStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.InforNexusConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.MarketoConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.OAuth2CustomPropType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.OAuth2GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.OperatorPropertiesKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.Operators
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.PardotConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.PathPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.PrefixFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.PrefixType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.PrivateConnectionProvisioningFailureCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.PrivateConnectionProvisioningStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.S3ConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.S3InputFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.SalesforceConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.SalesforceDataTransferApi
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.SAPODataConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.ScheduleFrequencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.ServiceNowConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.SingularConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.SlackConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.SupportedDataTransferType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.TaskType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.TrendmicroConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.TriggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.VeevaConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.WriteOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.appflow.model.ZendeskConnectorOperator
Returns an array containing the constants of this enum type, in the order they are declared.
VeevaConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
VeevaConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Veeva.
VeevaConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
 
VeevaConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Veeva.
VeevaConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
 
VeevaMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Veeva.
VeevaMetadata() - Constructor for class com.amazonaws.services.appflow.model.VeevaMetadata
 
VeevaSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when using Veeva as a flow source.
VeevaSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.VeevaSourceProperties
 

W

withAccessKeyId(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The Access Key portion of the credentials.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The credentials used to access protected Google Analytics resources.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
The credentials used to access protected Amazon Honeycode resources.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The credentials used to access protected Marketo resources.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The access token used to access the connector on your behalf.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The access token used to access protected SAPOData resources.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The credentials used to access protected Salesforce Pardot resources.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The credentials used to access protected Salesforce resources.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The credentials used to access protected Slack resources.
withAccessToken(String) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The credentials used to access protected Zendesk resources.
withAccountName(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the account.
withAggregationConfig(AggregationConfig) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
 
withAggregationConfig(AggregationConfig) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
withAggregationType(String) - Method in class com.amazonaws.services.appflow.model.AggregationConfig
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
withAggregationType(AggregationType) - Method in class com.amazonaws.services.appflow.model.AggregationConfig
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
withAmplitude(AmplitudeMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amplitude.
withAmplitude(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Amplitude source fields.
withAmplitude(AmplitudeConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Amplitude source fields.
withAmplitude(AmplitudeConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amplitude.
withAmplitude(AmplitudeConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amplitude.
withAmplitude(AmplitudeSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Amplitude.
withApiKey(String) - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
withApiKey(String) - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
The API key required for API key authentication.
withApiKey(ApiKeyCredentials) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The API keys required for the authentication of the user.
withApiKey(String) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
withApiKey(String) - Method in class com.amazonaws.services.appflow.model.SingularConnectorProfileCredentials
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
withApiSecretKey(String) - Method in class com.amazonaws.services.appflow.model.ApiKeyCredentials
The API secret key required for API key authentication.
withApiSecretKey(String) - Method in class com.amazonaws.services.appflow.model.TrendmicroConnectorProfileCredentials
The Secret Access Key portion of the credentials.
withApiToken(String) - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileCredentials
The API tokens used by Dynatrace API to authenticate various API calls.
withApiVersion(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The version of the API that's used by the connector.
withApiVersion(String) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The API version that the destination connector uses.
withApiVersion(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The version of the API that's used by the connector.
withApiVersion(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The API version that you specified in the connector profile that you’re resetting cached metadata for.
withApiVersion(String) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The API version of the connector when it's used as a source in the flow.
withApplicationHostUrl(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The location of the SAPOData resource.
withApplicationKey(String) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileCredentials
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
withApplicationServicePath(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The application path to catalog service.
withApplicationType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The application type of the connector.
withAuthCode(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
The code provided by the connector when it has been authenticated via the connected app.
withAuthCodeUrl(String) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.
withAuthCodeUrls(String...) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Auth code URLs that can be used for OAuth 2.0 authentication.
withAuthCodeUrls(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Auth code URLs that can be used for OAuth 2.0 authentication.
withAuthenticationConfig(AuthenticationConfig) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The authentication config required for the connector.
withAuthenticationType(String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The authentication type that the custom connector uses for authenticating while creating a connector profile.
withAuthenticationType(AuthenticationType) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The authentication type that the custom connector uses for authenticating while creating a connector profile.
withAuthParameters(AuthParameter...) - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
Information about authentication parameters required for authentication.
withAuthParameters(Collection<AuthParameter>) - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
Information about authentication parameters required for authentication.
withBasic(BasicAuthCredentials) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The basic credentials that are required for the authentication of the user.
withBasicAuthCredentials(BasicAuthCredentials) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
The SAPOData basic authentication credentials.
withBucketName(String) - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies the name of the Amazon S3 bucket.
withBucketName(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
A name for the associated Amazon S3 bucket.
withBucketName(String) - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
withBucketName(String) - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
The Amazon S3 bucket name where the source files are stored.
withBucketName(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Amazon S3 bucket associated with Snowflake.
withBucketName(String) - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
The name of the Amazon S3 bucket.
withBucketName(String) - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies the Amazon S3 bucket prefix.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The object key for the bucket in which Amazon AppFlow places the destination files.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
The object key for the Amazon S3 bucket in which the source files are stored.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The object key for the destination bucket in which Amazon AppFlow places the files.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.SuccessResponseHandlingConfig
The Amazon S3 bucket prefix.
withBucketPrefix(String) - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
withBusinessUnitId(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
The business unit id of Salesforce Pardot instance.
withBytesProcessed(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The total number of bytes processed by the flow run.
withBytesWritten(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The total number of bytes written as a result of the flow run.
withCanUseAsDestination(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies whether the connector can be used as a destination.
withCanUseAsSource(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies whether the connector can be used as a source.
withCatalogType(String) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
withCatalogType(CatalogType) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
withClientCredentialsArn(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The secret manager ARN, which contains the client ID and client secret of the connected app.
withClientCredentialsArn(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The secret manager ARN, which contains the client ID and client secret of the connected app.
withClientId(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The identifier for the desired client.
withClientId(String) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The identifier for the desired client.
withClientId(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The identifier for the desired client.
withClientId(String) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The identifier for the desired client.
withClientId(String) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The identifier for the client.
withClientId(String) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The identifier for the desired client.
withClientNumber(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The client number for the client creating the connection.
withClientSecret(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
withClientSecret(String) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
withClientSecret(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The client secret used by the OAuth client to authenticate to the authorization server.
withClientSecret(String) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
withClientSecret(String) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
withClientSecret(String) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The client secret used by the OAuth client to authenticate to the authorization server.
withClientToken(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The clientToken parameter is an idempotency token.
withClientToken(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The clientToken parameter is an idempotency token.
withClientToken(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The clientToken parameter is an idempotency token.
withClientToken(String) - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
The clientToken parameter is an idempotency token.
withClientToken(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
The clientToken parameter is an idempotency token.
withClientToken(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
The clientToken parameter is an idempotency token.
withClientToken(String) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The clientToken parameter is an idempotency token.
withClusterIdentifier(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The unique ID that's assigned to an Amazon Redshift cluster.
withConnectionMode(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Indicates the connection mode and if it is public or private.
withConnectionMode(ConnectionMode) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Indicates the connection mode and if it is public or private.
withConnectionMode(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
Indicates the connection mode and specifies whether it is public or private.
withConnectionMode(ConnectionMode) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
Indicates the connection mode and specifies whether it is public or private.
withConnectionMode(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
Indicates the connection mode and if it is public or private.
withConnectionMode(ConnectionMode) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
Indicates the connection mode and if it is public or private.
withConnectorArn(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The Amazon Resource Name (ARN) for the registered connector.
withConnectorArn(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorResult
The ARN of the connector being registered.
withConnectorArn(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationResult
The ARN of the connector being updated.
withConnectorConfiguration(ConnectorConfiguration) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorResult
Configuration info of all the connectors that the user requested.
withConnectorConfigurations(Map<String, ConnectorConfiguration>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
The configuration that is applied to the connectors used in the flow.
withConnectorDescription(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A description about the connector.
withConnectorDescription(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
A description about the registered connector.
withConnectorEntityFields(ConnectorEntityField...) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
Describes the fields for that connector entity.
withConnectorEntityFields(Collection<ConnectorEntityField>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityResult
Describes the fields for that connector entity.
withConnectorEntityMap(Map<String, List<ConnectorEntity>>) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
The response of ListConnectorEntities lists entities grouped by category.
withConnectorEntityName(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The entity name for that connector.
withConnectorEntityName(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
Use this parameter if you want to reset cached metadata about the details for an individual entity.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The label used for registering the connector.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
A label used for the connector.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The label for the connector profile being created.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The label of the connector.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The name of the connector.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
The label of the connector.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The name of the connector.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
The label of the connector.
withConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
The name of the connector.
withConnectorMetadata(ConnectorMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.
withConnectorModes(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connection modes that the connector supports.
withConnectorModes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connection modes that the connector supports.
withConnectorModes(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connection mode that the connector supports.
withConnectorModes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connection mode that the connector supports.
withConnectorName(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector name.
withConnectorName(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The name of the connector.
withConnectorOperator(ConnectorOperator) - Method in class com.amazonaws.services.appflow.model.Task
The operation to be performed on the provided source fields.
withConnectorOwner(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The owner who developed the connector.
withConnectorOwner(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The owner of the connector.
withConnectorProfileArn(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The Amazon Resource Name (ARN) of the connector profile.
withConnectorProfileArn(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileResult
The Amazon Resource Name (ARN) of the connector profile.
withConnectorProfileArn(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileResult
The Amazon Resource Name (ARN) of the connector profile.
withConnectorProfileConfig(ConnectorProfileConfig) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
Defines the connector-specific configuration and credentials.
withConnectorProfileConfig(ConnectorProfileConfig) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
Defines the connector-specific profile configuration and credentials.
withConnectorProfileCredentials(ConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
The connector-specific credentials required by each connector.
withConnectorProfileDetails(ConnectorProfile...) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
Returns information about the connector profiles associated with the flow.
withConnectorProfileDetails(Collection<ConnectorProfile>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
Returns information about the connector profiles associated with the flow.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The name of the connector profile.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The name of the connector profile.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
The name of the connector profile.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The name of the connector profile.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The name of the connector profile.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The name of the connector profile.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The name of the connector profile that you want to reset cached metadata for.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The name of the connector profile.
withConnectorProfileName(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorProfileRequest
The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services account.
withConnectorProfileNames(String...) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The name of the connector profile.
withConnectorProfileNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The name of the connector profile.
withConnectorProfileProperties(ConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The connector-specific properties of the profile configuration.
withConnectorProfileProperties(ConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileConfig
The connector-specific properties of the profile configuration.
withConnectorProvisioningConfig(ConnectorProvisioningConfig) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The configuration required for registering the connector.
withConnectorProvisioningConfig(ConnectorProvisioningConfig) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The provisioning type of the connector.
withConnectorProvisioningConfig(ConnectorProvisioningConfig) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
 
withConnectorProvisioningType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The provisioning type used to register the connector.
withConnectorProvisioningType(ConnectorProvisioningType) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The provisioning type used to register the connector.
withConnectorProvisioningType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The provisioning type that the connector uses.
withConnectorProvisioningType(ConnectorProvisioningType) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The provisioning type that the connector uses.
withConnectorProvisioningType(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The provisioning type of the connector.
withConnectorProvisioningType(ConnectorProvisioningType) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
The provisioning type of the connector.
withConnectorRuntimeSettings(ConnectorRuntimeSetting...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The required connector runtime settings.
withConnectorRuntimeSettings(Collection<ConnectorRuntimeSetting>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The required connector runtime settings.
withConnectors(ConnectorDetail...) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
Information about the connectors supported in Amazon AppFlow.
withConnectors(Collection<ConnectorDetail>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
Information about the connectors supported in Amazon AppFlow.
withConnectors(ConnectorDetail...) - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
Contains information about the connectors supported by Amazon AppFlow.
withConnectors(Collection<ConnectorDetail>) - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
Contains information about the connectors supported by Amazon AppFlow.
withConnectorSuppliedValueOptions(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Contains default values for the connector runtime setting that are supplied by the connector.
withConnectorSuppliedValueOptions(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Contains default values for the connector runtime setting that are supplied by the connector.
withConnectorSuppliedValues(String...) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Contains default values for this authentication parameter that are supplied by the connector.
withConnectorSuppliedValues(Collection<String>) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Contains default values for this authentication parameter that are supplied by the connector.
withConnectorSuppliedValues(String...) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Contains default values for this authentication parameter that are supplied by the connector.
withConnectorSuppliedValues(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Contains default values for this authentication parameter that are supplied by the connector.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector type.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector type.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connector type.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connector type.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The type of connector application, such as Salesforce, Amplitude, and so on.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorEntityRequest
The type of connector application, such as Salesforce, Amplitude, and so on.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorRequest
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The type of connector to reset cached metadata for.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
The type of connector to reset cached metadata for.
withConnectorType(String) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorTypes(String...) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorTypes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorTypes(ConnectorType...) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The type of connector, such as Salesforce, Amplitude, and so on.
withConnectorVersion(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The connector version.
withConnectorVersion(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The connector version.
withCreatedAt(Date) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies when the connector profile was created.
withCreatedAt(Date) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies when the flow was created.
withCreatedAt(Date) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies when the flow was created.
withCreatedBy(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The ARN of the user who created the flow.
withCreatedBy(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The ARN of the user who created the flow.
withCredentialsArn(String) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
The Amazon Resource Name (ARN) of the connector profile credentials.
withCredentialsMap(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
A map that holds custom authentication credentials.
withCustom(CustomAuthCredentials) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
If the connector uses the custom authentication mechanism, this holds the required credentials.
withCustomAuthConfigs(CustomAuthConfig...) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Contains information required for custom authentication.
withCustomAuthConfigs(Collection<CustomAuthConfig>) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Contains information required for custom authentication.
withCustomAuthenticationType(String) - Method in class com.amazonaws.services.appflow.model.CustomAuthConfig
The authentication type that the custom connector uses.
withCustomAuthenticationType(String) - Method in class com.amazonaws.services.appflow.model.CustomAuthCredentials
The custom authentication type that the connector uses.
withCustomConnector(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
Operators supported by the custom connector.
withCustomConnector(Operator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
Operators supported by the custom connector.
withCustomConnector(CustomConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
withCustomConnector(CustomConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The properties required by the custom connector.
withCustomConnector(CustomConnectorDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties that are required to query the custom Connector.
withCustomConnector(CustomConnectorSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
withCustomerProfiles(CustomerProfilesMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Connect Customer Profiles.
withCustomerProfiles(CustomerProfilesDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Connect Customer Profiles.
withCustomProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
A map that has specific properties related to the ConnectorEntityField.
withCustomProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The custom properties that are specific to the connector when it's used as a destination in the flow.
withCustomProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
Custom properties that are required to use the custom connector as a source.
withDataApiRoleArn(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API.
withDatabaseName(String) - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon Web Services account.
withDatabaseName(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The name of an Amazon Redshift database.
withDatabaseUrl(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The JDBC URL of the Amazon Redshift cluster.
withDatadog(DatadogMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Datadog.
withDatadog(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Datadog source fields.
withDatadog(DatadogConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Datadog source fields.
withDatadog(DatadogConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Datadog.
withDatadog(DatadogConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Datadog.
withDatadog(DatadogSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Datadog.
withDatakey(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The encryption keys used to encrypt data.
withDataPullEndTime(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
The timestamp that indicates the last new or updated record to be transferred in the flow run.
withDataPullMode(String) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
withDataPullMode(DataPullMode) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
withDataPullStartTime(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
The timestamp that determines the first new or updated record to be transferred in the flow run.
withDataTransferApi(DataTransferApi) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
The API of the connector application that Amazon AppFlow uses to transfer your data.
withDataTransferApi(String) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.
withDataTransferApi(SalesforceDataTransferApi) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.
withDataTransferApi(String) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.
withDataTransferApi(SalesforceDataTransferApi) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.
withDataTransferApis(String...) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
withDataTransferApis(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
withDataTransferApis(SalesforceDataTransferApi...) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
withDataType(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Data type of the connector runtime setting.
withDatetimeTypeFieldName(String) - Method in class com.amazonaws.services.appflow.model.IncrementalPullConfig
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
withDefaultValue(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Default value that can be assigned to this field.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.AuthParameter
A description about the authentication parameter.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
A description of the connector entity field.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
A description about the connector runtime setting.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
A description of the flow you want to create.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
A description of the flow.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
A user-entered description of the flow.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
A description about the custom parameter used for OAuth 2.0 authentication.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.RegisterConnectorRequest
A description about the connector that's being registered.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.UpdateConnectorRegistrationRequest
A description about the update that you're applying to the connector.
withDescription(String) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
A description of the flow.
withDestinationConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The label of the destination connector in the flow.
withDestinationConnectorProperties(DestinationConnectorProperties) - Method in class com.amazonaws.services.appflow.model.DestinationFlowConfig
This stores the information that is required to query a particular connector.
withDestinationConnectorType(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
withDestinationConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
withDestinationField(String) - Method in class com.amazonaws.services.appflow.model.Task
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
withDestinationFlowConfigList(DestinationFlowConfig...) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The configuration that controls how Amazon AppFlow places data in the destination connector.
withDestinationFlowConfigList(Collection<DestinationFlowConfig>) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The configuration that controls how Amazon AppFlow places data in the destination connector.
withDestinationFlowConfigList(DestinationFlowConfig...) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
withDestinationFlowConfigList(Collection<DestinationFlowConfig>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
withDestinationFlowConfigList(DestinationFlowConfig...) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
withDestinationFlowConfigList(Collection<DestinationFlowConfig>) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
withDestinationProperties(DestinationFieldProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The properties applied to a field when the connector is being used as a destination.
withDisableSSO(Boolean) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
If you set this parameter to true, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.
withDocumentType(String) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
The document type specified in the Veeva document extract flow.
withDomainName(String) - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
The unique name of the Amazon Connect Customer Profiles domain.
withDynatrace(DynatraceMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Dynatrace.
withDynatrace(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Dynatrace source fields.
withDynatrace(DynatraceConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Dynatrace source fields.
withDynatrace(DynatraceConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Dynatrace.
withDynatrace(DynatraceConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Dynatrace.
withDynatrace(DynatraceSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Dynatrace.
withEnableDynamicFieldUpdate(Boolean) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
withEntitiesPath(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
This optional parameter is specific to connector implementation.
withEntitiesPath(String) - Method in class com.amazonaws.services.appflow.model.ResetConnectorMetadataCacheRequest
Use this parameter only if you’re resetting the cached metadata about a nested entity.
withEntityName(String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The entity specified in the custom connector as a destination in the flow.
withEntityName(String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorSourceProperties
The entity specified in the custom connector as a source in the flow.
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
 
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
 
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
 
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.
withErrorHandlingConfig(ErrorHandlingConfig) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
withErrorInfo(ErrorInfo) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
Provides any error message information related to the flow run.
withEventBridge(EventBridgeMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon EventBridge.
withEventBridge(EventBridgeDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon EventBridge.
withExecutionId(String) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the identifier of the given flow run.
withExecutionId(String) - Method in class com.amazonaws.services.appflow.model.StartFlowResult
Returns the internal execution ID of an on-demand flow when the flow is started.
withExecutionIds(String...) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
The ID of each active run to cancel.
withExecutionIds(Collection<String>) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
The ID of each active run to cancel.
withExecutionMessage(String) - Method in class com.amazonaws.services.appflow.model.ErrorInfo
Specifies the error message that appears if a flow fails.
withExecutionResult(ExecutionResult) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Describes the result of the given flow run.
withExecutionStatus(String) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
withExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
withFailOnFirstDestinationError(Boolean) - Method in class com.amazonaws.services.appflow.model.ErrorHandlingConfig
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
withFailureCause(String) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning failure cause.
withFailureCause(PrivateConnectionProvisioningFailureCause) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning failure cause.
withFailureMessage(String) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning failure reason.
withFieldLengthRange(Range) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
This is the allowable length range for this field's value.
withFieldType(String) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The type of field, such as string, integer, date, and so on.
withFieldValueRange(Range) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The range of values this field can hold.
withFileType(String) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
withFileType(FileType) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
withFileType(String) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
withFileType(FileType) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
withFilterOperators(String...) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of operators supported by a field.
withFilterOperators(Collection<String>) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of operators supported by a field.
withFilterOperators(Operator...) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of operators supported by a field.
withFirstExecutionFrom(Date) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the date range for the records to import from the connector in the first flow run.
withFlowArn(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
The flow's Amazon Resource Name (ARN).
withFlowArn(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The flow's Amazon Resource Name (ARN).
withFlowArn(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The flow's Amazon Resource Name (ARN).
withFlowArn(String) - Method in class com.amazonaws.services.appflow.model.StartFlowResult
The flow's Amazon Resource Name (ARN).
withFlowArn(String) - Method in class com.amazonaws.services.appflow.model.StopFlowResult
The flow's Amazon Resource Name (ARN).
withFlowErrorDeactivationThreshold(Integer) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.
withFlowExecutions(ExecutionRecord...) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
Returns a list of all instances when this flow was run.
withFlowExecutions(Collection<ExecutionRecord>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
Returns a list of all instances when this flow was run.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsRequest
The name of a flow with active runs that you want to cancel.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The specified name of the flow.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
The specified name of the flow.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
The specified name of the flow.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowRequest
The specified name of the flow.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The specified name of the flow.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The specified name of the flow.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.StartFlowRequest
The specified name of the flow.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.StopFlowRequest
The specified name of the flow.
withFlowName(String) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The specified name of the flow.
withFlows(FlowDefinition...) - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
The list of flows associated with your account.
withFlows(Collection<FlowDefinition>) - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
The list of flows associated with your account.
withFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
Indicates the current status of the flow.
withFlowStatus(FlowStatus) - Method in class com.amazonaws.services.appflow.model.CreateFlowResult
Indicates the current status of the flow.
withFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Indicates the current status of the flow.
withFlowStatus(FlowStatus) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Indicates the current status of the flow.
withFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Indicates the current status of the flow.
withFlowStatus(FlowStatus) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Indicates the current status of the flow.
withFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.StartFlowResult
Indicates the current status of the flow.
withFlowStatus(FlowStatus) - Method in class com.amazonaws.services.appflow.model.StartFlowResult
Indicates the current status of the flow.
withFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.StopFlowResult
Indicates the current status of the flow.
withFlowStatus(FlowStatus) - Method in class com.amazonaws.services.appflow.model.StopFlowResult
Indicates the current status of the flow.
withFlowStatus(String) - Method in class com.amazonaws.services.appflow.model.UpdateFlowResult
Indicates the current status of the flow.
withFlowStatus(FlowStatus) - Method in class com.amazonaws.services.appflow.model.UpdateFlowResult
Indicates the current status of the flow.
withFlowStatusMessage(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Contains an error message if the flow status is in a suspended or error state.
withForceDelete(Boolean) - Method in class com.amazonaws.services.appflow.model.DeleteConnectorProfileRequest
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
withForceDelete(Boolean) - Method in class com.amazonaws.services.appflow.model.DeleteFlowRequest
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
withForceDelete(Boolean) - Method in class com.amazonaws.services.appflow.model.UnregisterConnectorRequest
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles.
withGlueDataCatalog(GlueDataCatalogConfig) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogConfig
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
withGoogleAnalytics(GoogleAnalyticsMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Google Analytics.
withGoogleAnalytics(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Google Analytics source fields.
withGoogleAnalytics(GoogleAnalyticsConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Google Analytics source fields.
withGoogleAnalytics(GoogleAnalyticsConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Google Analytics.
withGoogleAnalytics(GoogleAnalyticsConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required Google Analytics.
withGoogleAnalytics(GoogleAnalyticsSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Google Analytics.
withHasNestedEntities(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
withHoneycode(HoneycodeMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Honeycode.
withHoneycode(HoneycodeConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amazon Honeycode.
withHoneycode(HoneycodeConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amazon Honeycode.
withHoneycode(HoneycodeDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Honeycode.
withIdentifier(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The unique identifier of the connector field.
withIdFieldNames(String...) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
withIdFieldNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
withIdFieldNames(String...) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
withIdFieldNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
withIdFieldNames(String...) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
NOTE: This method appends the values to the existing list (if any).
withIdFieldNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
withIdFieldNames(String...) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
NOTE: This method appends the values to the existing list (if any).
withIdFieldNames(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
withIncludeAllVersions(Boolean) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include All Versions of files in Veeva document extract flow.
withIncludeDeletedRecords(Boolean) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
Indicates whether Amazon AppFlow includes deleted files in the flow run.
withIncludeRenditions(Boolean) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include file renditions in Veeva document extract flow.
withIncludeSourceFiles(Boolean) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
Boolean value to include source files in Veeva document extract flow.
withIncrementalPullConfig(IncrementalPullConfig) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
Defines the configuration for a scheduled incremental data pull.
withInforNexus(InforNexusMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Infor Nexus.
withInforNexus(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Infor Nexus source fields.
withInforNexus(InforNexusConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Infor Nexus source fields.
withInforNexus(InforNexusConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Infor Nexus.
withInforNexus(InforNexusConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Infor Nexus.
withInforNexus(InforNexusSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Infor Nexus.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.DatadogConnectorProfileProperties
The location of the Datadog resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.DynatraceConnectorProfileProperties
The location of the Dynatrace resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileProperties
The location of the Infor Nexus resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileProperties
The location of the Marketo resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
The location of the Salesforce Pardot resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
The location of the Salesforce resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileProperties
The location of the ServiceNow resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileProperties
The location of the Slack resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileProperties
The location of the Veeva resource.
withInstanceUrl(String) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
The location of the Zendesk resource.
withIntermediateBucketName(String) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
withIntermediateBucketName(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
withInvalidExecutions(String...) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
The IDs of runs that Amazon AppFlow couldn't cancel.
withInvalidExecutions(Collection<String>) - Method in class com.amazonaws.services.appflow.model.CancelFlowExecutionsResult
The IDs of runs that Amazon AppFlow couldn't cancel.
withIsApiKeyAuthSupported(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether API key authentication is supported by the connector
withIsBasicAuthSupported(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether basic authentication is supported by the connector.
withIsCreatable(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the destination field can be created by the current user.
withIsCustomAuthSupported(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether custom authentication is supported by the connector
withIsDefaultedOnCreate(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies whether the field can use the default value during a Create operation.
withIsDeprecated(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Booelan value that indicates whether this field is deprecated or not.
withIsNullable(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the destination field can have a null value.
withIsOAuth2Supported(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Indicates whether OAuth 2.0 authentication is supported by the connector.
withIsPrimaryKey(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Booelan value that indicates whether this field can be used as a primary key.
withIsPrivateLinkEnabled(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies if PrivateLink is enabled for that connector.
withIsPrivateLinkEndpointUrlRequired(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies if a PrivateLink endpoint URL is required.
withIsQueryable(Boolean) - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates if the field can be queried.
withIsRedshiftServerless(Boolean) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
withIsRequired(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Indicates whether this authentication parameter is required.
withIsRequired(Boolean) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Indicates whether this connector runtime setting is required.
withIsRequired(Boolean) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
withIsRetrievable(Boolean) - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates whether the field can be returned in a search result.
withIsSandboxEnvironment(Boolean) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileProperties
Indicates whether the connector profile applies to a sandbox or production environment.
withIsSandboxEnvironment(Boolean) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
Indicates whether the connector profile applies to a sandbox or production environment.
withIsSensitiveField(Boolean) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Indicates whether this authentication parameter is a sensitive field.
withIsSensitiveField(Boolean) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether this authentication custom parameter is a sensitive field.
withIsTimestampFieldForIncrementalQueries(Boolean) - Method in class com.amazonaws.services.appflow.model.SourceFieldProperties
Indicates if this timestamp field can be used for incremental queries.
withIsUpdatable(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies whether the field can be updated during an UPDATE or UPSERT write operation.
withIsUpsertable(Boolean) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
withJwtToken(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
A JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.
withKey(String) - Method in class com.amazonaws.services.appflow.model.AuthParameter
The authentication key required to authenticate with the connector.
withKey(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Contains value information about the connector runtime setting.
withKey(String) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
The key of the custom parameter required for OAuth 2.0 authentication.
withKmsArn(String) - Method in class com.amazonaws.services.appflow.model.CreateConnectorProfileRequest
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
withKmsArn(String) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
withKmsArn(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
withLabel(String) - Method in class com.amazonaws.services.appflow.model.AuthParameter
Label used for authentication parameter.
withLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
The label applied to the connector entity.
withLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The label applied to a connector entity field.
withLabel(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
A label used for connector runtime setting.
withLabel(String) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
The label of the custom parameter used for OAuth 2.0 authentication.
withLambda(LambdaConnectorProvisioningConfig) - Method in class com.amazonaws.services.appflow.model.ConnectorProvisioningConfig
Contains information about the configuration of the lambda which is being registered as the connector.
withLambdaArn(String) - Method in class com.amazonaws.services.appflow.model.LambdaConnectorProvisioningConfig
Lambda ARN of the connector being registered.
withLastRunExecutionDetails(ExecutionDetails) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Describes the details of the most recent flow run.
withLastRunExecutionDetails(ExecutionDetails) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Describes the details of the most recent flow run.
withLastRunMetadataCatalogDetails(MetadataCatalogDetail...) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
withLastRunMetadataCatalogDetails(Collection<MetadataCatalogDetail>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
withLastUpdatedAt(Date) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies when the connector profile was last updated.
withLastUpdatedAt(Date) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies when the flow was last updated.
withLastUpdatedAt(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the time of the most recent update.
withLastUpdatedAt(Date) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies when the flow was last updated.
withLastUpdatedBy(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies the user name of the account that performed the most recent update.
withLastUpdatedBy(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the account user name that most recently updated the flow.
withLogonLanguage(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The logon language of SAPOData instance.
withLogoURL(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Logo URL of the connector.
withLookoutMetrics(LookoutMetricsDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Lookout for Metrics.
withMarketo(MarketoMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Marketo.
withMarketo(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Marketo source fields.
withMarketo(MarketoConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Marketo source fields.
withMarketo(MarketoConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Marketo.
withMarketo(MarketoConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Marketo.
withMarketo(MarketoDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Marketo.
withMarketo(MarketoSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Marketo.
withMaximum(Double) - Method in class com.amazonaws.services.appflow.model.Range
Maximum value supported by the field.
withMaxPageSize(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
withMaxPageSize(Integer) - Method in class com.amazonaws.services.appflow.model.SAPODataPaginationConfig
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
withMaxParallelism(Integer) - Method in class com.amazonaws.services.appflow.model.SAPODataParallelismConfig
The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.
withMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
Specifies the maximum number of items that should be returned in the result set.
withMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The maximum number of items that should be returned in the result set.
withMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
Specifies the maximum number of items that should be returned in the result set.
withMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
The maximum number of items that the operation returns in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
Specifies the maximum number of items that should be returned in the result set.
withMaxResults(Integer) - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
Specifies the maximum number of items that should be returned in the result set.
withMessage(String) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Explains the status of the registration attempt from Amazon AppFlow.
withMetadataCatalogConfig(MetadataCatalogConfig) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
withMetadataCatalogConfig(MetadataCatalogConfig) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
withMetadataCatalogConfig(MetadataCatalogConfig) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
withMetadataCatalogDetails(MetadataCatalogDetail...) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
withMetadataCatalogDetails(Collection<MetadataCatalogDetail>) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
withMinimum(Double) - Method in class com.amazonaws.services.appflow.model.Range
Minimum value supported by the field.
withMostRecentExecutionMessage(String) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Describes the details of the most recent flow run.
withMostRecentExecutionStatus(String) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Specifies the status of the most recent flow run.
withMostRecentExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Specifies the status of the most recent flow run.
withMostRecentExecutionTime(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionDetails
Specifies the time of the most recent flow run.
withName(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntity
The name of the connector entity.
withName(String) - Method in class com.amazonaws.services.appflow.model.DataTransferApi
The name of the connector application API.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesRequest
The pagination token for the next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorProfilesResult
The pagination token for the next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsRequest
The pagination token for the next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeConnectorsResult
The pagination token for the next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsRequest
The pagination token for the next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.DescribeFlowExecutionRecordsResult
The pagination token for the next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesRequest
A token that was provided by your prior ListConnectorEntities operation if the response was too big for the page size.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorEntitiesResult
A token that you specify in your next ListConnectorEntities operation to get the next page of results in paginated response.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorsRequest
The pagination token for the next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListConnectorsResult
The pagination token for the next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListFlowsRequest
The pagination token for next page of data.
withNextToken(String) - Method in class com.amazonaws.services.appflow.model.ListFlowsResult
The pagination token for next page of data.
withNumParallelProcesses(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
withOauth2(OAuth2Credentials) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials
The OAuth 2.0 credentials required for the authentication of the user.
withOAuth2Credentials(OAuth2Credentials) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The OAuth 2.0 credentials required to authenticate the user.
withOauth2CustomProperties(OAuth2CustomParameter...) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
List of custom parameters required for OAuth 2.0 authentication.
withOauth2CustomProperties(Collection<OAuth2CustomParameter>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
List of custom parameters required for OAuth 2.0 authentication.
withOAuth2Defaults(OAuth2Defaults) - Method in class com.amazonaws.services.appflow.model.AuthenticationConfig
Contains the default values required for OAuth 2.0 authentication.
withOAuth2GrantType(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
withOAuth2GrantType(OAuth2GrantType) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
withOAuth2GrantType(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce.
withOAuth2GrantType(OAuth2GrantType) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce.
withOauth2GrantTypesSupported(String...) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 grant types supported by the connector.
withOauth2GrantTypesSupported(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 grant types supported by the connector.
withOauth2GrantTypesSupported(OAuth2GrantType...) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 grant types supported by the connector.
withOauth2GrantTypesSupported(String...) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.
withOauth2GrantTypesSupported(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.
withOauth2GrantTypesSupported(OAuth2GrantType...) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.
withOAuth2Properties(OAuth2Properties) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
 
withOAuthCredentials(OAuthCredentials) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileCredentials
The SAPOData OAuth type authentication credentials.
withOAuthProperties(OAuthProperties) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The SAPOData OAuth properties required for OAuth type authentication.
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
 
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.MarketoConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
 
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
 
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.SlackConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
withOAuthRequest(ConnectorOAuthRequest) - Method in class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
The OAuth requirement needed to request security tokens from the connector endpoint.
withOAuthScopes(String...) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
The desired authorization scope for the Google Analytics account.
withOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsMetadata
The desired authorization scope for the Google Analytics account.
withOAuthScopes(String...) - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
The desired authorization scope for the Amazon Honeycode account.
withOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.HoneycodeMetadata
The desired authorization scope for the Amazon Honeycode account.
withOauthScopes(String...) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 scopes that the connector supports.
withOauthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
OAuth 2.0 scopes that the connector supports.
withOAuthScopes(String...) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The OAuth scopes required for OAuth type authentication.
withOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The OAuth scopes required for OAuth type authentication.
withOAuthScopes(String...) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The desired authorization scope for the Salesforce account.
withOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SalesforceMetadata
The desired authorization scope for the Salesforce account.
withOAuthScopes(String...) - Method in class com.amazonaws.services.appflow.model.SlackMetadata
The desired authorization scope for the Slack account.
withOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SlackMetadata
The desired authorization scope for the Slack account.
withOAuthScopes(String...) - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
The desired authorization scope for the Zendesk account.
withOAuthScopes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ZendeskMetadata
The desired authorization scope for the Zendesk account.
withObject(String) - Method in class com.amazonaws.services.appflow.model.AmplitudeSourceProperties
The object specified in the Amplitude flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.DatadogSourceProperties
The object specified in the Datadog flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.DynatraceSourceProperties
The object specified in the Dynatrace flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.EventBridgeDestinationProperties
The object specified in the Amazon EventBridge flow destination.
withObject(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsSourceProperties
The object specified in the Google Analytics flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.HoneycodeDestinationProperties
The object specified in the Amazon Honeycode flow destination.
withObject(String) - Method in class com.amazonaws.services.appflow.model.InforNexusSourceProperties
The object specified in the Infor Nexus flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.MarketoDestinationProperties
The object specified in the Marketo flow destination.
withObject(String) - Method in class com.amazonaws.services.appflow.model.MarketoSourceProperties
The object specified in the Marketo flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.PardotSourceProperties
The object specified in the Salesforce Pardot flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.RedshiftDestinationProperties
The object specified in the Amazon Redshift flow destination.
withObject(String) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
The object specified in the Salesforce flow destination.
withObject(String) - Method in class com.amazonaws.services.appflow.model.SalesforceSourceProperties
The object specified in the Salesforce flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.ServiceNowSourceProperties
The object specified in the ServiceNow flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.SingularSourceProperties
The object specified in the Singular flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.SlackSourceProperties
The object specified in the Slack flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeDestinationProperties
The object specified in the Snowflake flow destination.
withObject(String) - Method in class com.amazonaws.services.appflow.model.TrendmicroSourceProperties
The object specified in the Trend Micro flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.VeevaSourceProperties
The object specified in the Veeva flow source.
withObject(String) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
The object specified in the Zendesk flow destination.
withObject(String) - Method in class com.amazonaws.services.appflow.model.ZendeskSourceProperties
The object specified in the Zendesk flow source.
withObjectPath(String) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
The object path specified in the SAPOData flow destination.
withObjectPath(String) - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
The object path specified in the SAPOData flow source.
withObjectTypeName(String) - Method in class com.amazonaws.services.appflow.model.CustomerProfilesDestinationProperties
The object specified in the Amazon Connect Customer Profiles flow destination.
withPaginationConfig(SAPODataPaginationConfig) - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
Sets the page size for each concurrent process that transfers OData records from your SAP instance.
withParallelismConfig(SAPODataParallelismConfig) - Method in class com.amazonaws.services.appflow.model.SAPODataSourceProperties
Sets the number of concurrent processes that transfers OData records from your SAP instance.
withPardot(PardotMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Salesforce Pardot.
withPardot(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Salesforce Pardot source fields.
withPardot(PardotConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Salesforce Pardot source fields.
withPardot(PardotConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Salesforce Pardot.
withPardot(PardotConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Salesforce Pardot.
withPardot(PardotSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Salesforce Pardot.
withParentIdentifier(String) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The parent identifier of the connector field.
withPartitionRegistrationOutput(RegistrationOutput) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog.
withPassword(String) - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
The password to use to connect to a resource.
withPassword(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
The password that corresponds to the user name.
withPassword(String) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The password that corresponds to the user name.
withPassword(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
The password that corresponds to the user name.
withPassword(String) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
The password that corresponds to the user name.
withPathPrefixHierarchy(String...) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Specifies whether the destination file path includes either or both of the following elements:
withPathPrefixHierarchy(Collection<String>) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Specifies whether the destination file path includes either or both of the following elements:
withPathPrefixHierarchy(PathPrefix...) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Specifies whether the destination file path includes either or both of the following elements:
withPortNumber(Integer) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The port number of the SAPOData instance.
withPrefixConfig(PrefixConfig) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
withPrefixConfig(PrefixConfig) - Method in class com.amazonaws.services.appflow.model.UpsolverS3OutputFormatConfig
 
withPrefixFormat(String) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Determines the level of granularity for the date and time that's included in the prefix.
withPrefixFormat(PrefixFormat) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Determines the level of granularity for the date and time that's included in the prefix.
withPrefixType(String) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
withPrefixType(PrefixType) - Method in class com.amazonaws.services.appflow.model.PrefixConfig
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
withPreserveSourceDataTyping(Boolean) - Method in class com.amazonaws.services.appflow.model.S3OutputFormatConfig
If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.
withPrivateConnectionProvisioningState(PrivateConnectionProvisioningState) - Method in class com.amazonaws.services.appflow.model.ConnectorProfile
Specifies the private connection provisioning state.
withPrivateLinkServiceName(String) - Method in class com.amazonaws.services.appflow.model.SAPODataConnectorProfileProperties
The SAPOData Private Link service name to be used for private data transfers.
withPrivateLinkServiceName(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The Snowflake Private Link service name to be used for private data transfers.
withProfileProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CustomConnectorProfileProperties
A map of properties that are required to create a profile for the custom connector.
withPutFailuresCount(Long) - Method in class com.amazonaws.services.appflow.model.ErrorInfo
Specifies the failure count for the attempted flow.
withRecordsProcessed(Long) - Method in class com.amazonaws.services.appflow.model.ExecutionResult
The number of records processed in the flow run.
withRedirectUri(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOAuthRequest
The URL to which the authentication server redirects the browser after authorization has been granted.
withRedshift(RedshiftMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon Redshift.
withRedshift(RedshiftConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Amazon Redshift.
withRedshift(RedshiftConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Amazon Redshift.
withRedshift(RedshiftDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon Redshift.
withRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
The credentials used to acquire new access tokens.
withRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.HoneycodeConnectorProfileCredentials
The credentials used to acquire new access tokens.
withRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Credentials
The refresh token used to refresh an expired access token.
withRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.OAuthCredentials
The refresh token used to refresh expired access token.
withRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.PardotConnectorProfileCredentials
The credentials used to acquire new access tokens.
withRefreshToken(String) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileCredentials
The credentials used to acquire new access tokens.
withRegion(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The Amazon Web Services Region of the Snowflake account.
withRegisteredAt(Date) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The date on which the connector was registered.
withRegisteredAt(Date) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The time at which the connector was registered.
withRegisteredBy(String) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Information about who registered the connector.
withRegisteredBy(String) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The user who registered the connector.
withResourceArn(String) - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the specified flow.
withResourceArn(String) - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
The Amazon Resource Name (ARN) of the flow that you want to tag.
withResourceArn(String) - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the flow that you want to untag.
withResult(String) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Indicates the number of resources that Amazon AppFlow created or updated.
withRoleArn(String) - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
The Amazon Resource Name (ARN) of an IAM role that grants Amazon AppFlow the permissions it needs to create Data Catalog tables, databases, and partitions.
withRoleArn(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
withS3(S3Metadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Amazon S3.
withS3(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Amazon S3 source fields.
withS3(S3ConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Amazon S3 source fields.
withS3(S3DestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Amazon S3.
withS3(S3SourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Amazon S3.
withS3InputFileType(String) - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
withS3InputFileType(S3InputFileType) - Method in class com.amazonaws.services.appflow.model.S3InputFormatConfig
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
withS3InputFormatConfig(S3InputFormatConfig) - Method in class com.amazonaws.services.appflow.model.S3SourceProperties
 
withS3OutputFormatConfig(S3OutputFormatConfig) - Method in class com.amazonaws.services.appflow.model.S3DestinationProperties
 
withS3OutputFormatConfig(UpsolverS3OutputFormatConfig) - Method in class com.amazonaws.services.appflow.model.UpsolverDestinationProperties
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
withSalesforce(SalesforceMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Salesforce.
withSalesforce(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Salesforce source fields.
withSalesforce(SalesforceConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Salesforce source fields.
withSalesforce(SalesforceConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Salesforce.
withSalesforce(SalesforceConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Salesforce.
withSalesforce(SalesforceDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Salesforce.
withSalesforce(SalesforceSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Salesforce.
withSAPOData(SAPODataMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
 
withSAPOData(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided SAPOData source fields.
withSAPOData(SAPODataConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided SAPOData source fields.
withSAPOData(SAPODataConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
 
withSAPOData(SAPODataConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
 
withSAPOData(SAPODataDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query SAPOData.
withSAPOData(SAPODataSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
 
withScheduled(ScheduledTriggerProperties) - Method in class com.amazonaws.services.appflow.model.TriggerProperties
Specifies the configuration details of a schedule-triggered flow as defined by the user.
withScheduleEndTime(Date) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The time at which the scheduled flow ends.
withScheduleExpression(String) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes).
withScheduleOffset(Long) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
withScheduleStartTime(Date) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
The time at which the scheduled flow starts.
withSchemaVersion(Long) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The version number of your data schema.
withScope(String) - Method in class com.amazonaws.services.appflow.model.ConnectorRuntimeSetting
Indicates the scope of the connector runtime setting.
withSecretAccessKey(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The secret key used to sign requests.
withSecretKey(String) - Method in class com.amazonaws.services.appflow.model.AmplitudeConnectorProfileCredentials
The Secret Access Key portion of the credentials.
withServiceNow(ServiceNowMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to ServiceNow.
withServiceNow(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided ServiceNow source fields.
withServiceNow(ServiceNowConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided ServiceNow source fields.
withServiceNow(ServiceNowConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using ServiceNow.
withServiceNow(ServiceNowConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by serviceNow.
withServiceNow(ServiceNowSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying ServiceNow.
withSingular(SingularMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Singular.
withSingular(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Singular source fields.
withSingular(SingularConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Singular source fields.
withSingular(SingularConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Singular.
withSingular(SingularConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Singular.
withSingular(SingularSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Singular.
withSlack(SlackMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Slack.
withSlack(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Slack source fields.
withSlack(SlackConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Slack source fields.
withSlack(SlackConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Slack.
withSlack(SlackConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Slack.
withSlack(SlackSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Slack.
withSnowflake(SnowflakeMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Snowflake.
withSnowflake(SnowflakeConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Snowflake.
withSnowflake(SnowflakeConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Snowflake.
withSnowflake(SnowflakeDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Snowflake.
withSourceConnectorLabel(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The label of the source connector in the flow.
withSourceConnectorProperties(SourceConnectorProperties) - Method in class com.amazonaws.services.appflow.model.SourceFlowConfig
Specifies the information that is required to query a particular source connector.
withSourceConnectorType(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
withSourceConnectorType(ConnectorType) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
withSourceFields(String...) - Method in class com.amazonaws.services.appflow.model.Task
The source fields to which a particular task is applied.
withSourceFields(Collection<String>) - Method in class com.amazonaws.services.appflow.model.Task
The source fields to which a particular task is applied.
withSourceFlowConfig(SourceFlowConfig) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
withSourceFlowConfig(SourceFlowConfig) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
withSourceFlowConfig(SourceFlowConfig) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
 
withSourceProperties(SourceFieldProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
The properties that can be applied to a field when the connector is being used as a source.
withStage(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
withStartedAt(Date) - Method in class com.amazonaws.services.appflow.model.ExecutionRecord
Specifies the start time of the flow run.
withStatus(String) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning status.
withStatus(PrivateConnectionProvisioningStatus) - Method in class com.amazonaws.services.appflow.model.PrivateConnectionProvisioningState
Specifies the private connection provisioning status.
withStatus(String) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Indicates the status of the registration attempt from Amazon AppFlow.
withStatus(ExecutionStatus) - Method in class com.amazonaws.services.appflow.model.RegistrationOutput
Indicates the status of the registration attempt from Amazon AppFlow.
withSuccessResponseHandlingConfig(SuccessResponseHandlingConfig) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
withSupportedApiVersions(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of API versions that are supported by the connector.
withSupportedApiVersions(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of API versions that are supported by the connector.
withSupportedDataTransferApis(DataTransferApi...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
withSupportedDataTransferApis(Collection<DataTransferApi>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
withSupportedDataTransferTypes(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The data transfer types that the connector supports.
withSupportedDataTransferTypes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The data transfer types that the connector supports.
withSupportedDataTransferTypes(SupportedDataTransferType...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
The data transfer types that the connector supports.
withSupportedDataTransferTypes(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The data transfer types that the connector supports.
withSupportedDataTransferTypes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The data transfer types that the connector supports.
withSupportedDataTransferTypes(SupportedDataTransferType...) - Method in class com.amazonaws.services.appflow.model.ConnectorDetail
The data transfer types that the connector supports.
withSupportedDateFormat(String) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The date format that the field supports.
withSupportedDestinationConnectors(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Lists the connectors that are available for use as destinations.
withSupportedDestinationConnectors(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Lists the connectors that are available for use as destinations.
withSupportedDestinationConnectors(ConnectorType...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Lists the connectors that are available for use as destinations.
withSupportedFieldTypeDetails(SupportedFieldTypeDetails) - Method in class com.amazonaws.services.appflow.model.ConnectorEntityField
Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.
withSupportedOperators(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of operators supported by the connector.
withSupportedOperators(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of operators supported by the connector.
withSupportedOperators(Operators...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of operators supported by the connector.
withSupportedRegions(String...) - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
Specifies the supported Amazon Web Services Regions when using Snowflake.
withSupportedRegions(Collection<String>) - Method in class com.amazonaws.services.appflow.model.SnowflakeMetadata
Specifies the supported Amazon Web Services Regions when using Snowflake.
withSupportedSchedulingFrequencies(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported flow frequency for that connector.
withSupportedSchedulingFrequencies(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported flow frequency for that connector.
withSupportedSchedulingFrequencies(ScheduleFrequencyType...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported flow frequency for that connector.
withSupportedTriggerTypes(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported trigger types for the flow.
withSupportedTriggerTypes(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported trigger types for the flow.
withSupportedTriggerTypes(TriggerType...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
Specifies the supported trigger types for the flow.
withSupportedValues(String...) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of values that a field can contain.
withSupportedValues(Collection<String>) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The list of values that a field can contain.
withSupportedWriteOperations(String...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of write operations supported by the connector.
withSupportedWriteOperations(Collection<String>) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of write operations supported by the connector.
withSupportedWriteOperations(WriteOperationType...) - Method in class com.amazonaws.services.appflow.model.ConnectorConfiguration
A list of write operations supported by the connector.
withSupportedWriteOperations(String...) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
A list of supported write operations.
withSupportedWriteOperations(Collection<String>) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
A list of supported write operations.
withSupportedWriteOperations(WriteOperationType...) - Method in class com.amazonaws.services.appflow.model.DestinationFieldProperties
A list of supported write operations.
withTableName(String) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
The name of the table that stores the metadata for the associated flow run.
withTablePrefix(String) - Method in class com.amazonaws.services.appflow.model.GlueDataCatalogConfig
A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this setting.
withTableRegistrationOutput(RegistrationOutput) - Method in class com.amazonaws.services.appflow.model.MetadataCatalogDetail
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
withTagKeys(String...) - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
The tag keys associated with the tag that you want to remove from your flow.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.appflow.model.UntagResourceRequest
The tag keys associated with the tag that you want to remove from your flow.
withTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The tags used to organize, track, or control access for your flow.
withTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The tags used to organize, track, or control access for your flow.
withTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
The tags used to organize, track, or control access for your flow.
withTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.ListTagsForResourceResult
The tags used to organize, track, or control access for your flow.
withTags(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.TagResourceRequest
The tags used to organize, track, or control access for your flow.
withTargetFileSize(Long) - Method in class com.amazonaws.services.appflow.model.AggregationConfig
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.
withTaskProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.Task
A map used to store task-related information.
withTasks(Task...) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
withTasks(Collection<Task>) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
withTasks(Task...) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
withTasks(Collection<Task>) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
withTasks(Task...) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
withTasks(Collection<Task>) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
withTaskType(String) - Method in class com.amazonaws.services.appflow.model.Task
Specifies the particular task implementation that Amazon AppFlow performs.
withTaskType(TaskType) - Method in class com.amazonaws.services.appflow.model.Task
Specifies the particular task implementation that Amazon AppFlow performs.
withTimezone(String) - Method in class com.amazonaws.services.appflow.model.ScheduledTriggerProperties
Specifies the time zone used when referring to the dates and times of a scheduled flow, such as America/New_York.
withTokenUrl(String) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
The token URL required for OAuth 2.0 authentication.
withTokenUrl(String) - Method in class com.amazonaws.services.appflow.model.OAuthProperties
The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.
withTokenUrlCustomProperties(Map<String, String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Properties
Associates your token URL with a map of properties that you define.
withTokenUrls(String...) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Token URLs that can be used for OAuth 2.0 authentication.
withTokenUrls(Collection<String>) - Method in class com.amazonaws.services.appflow.model.OAuth2Defaults
Token URLs that can be used for OAuth 2.0 authentication.
withTrendmicro(TrendmicroMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Trend Micro.
withTrendmicro(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Trend Micro source fields.
withTrendmicro(TrendmicroConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Trend Micro source fields.
withTrendmicro(TrendmicroConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Trend Micro.
withTrendmicro(TrendmicroConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Trend Micro.
withTrendmicro(TrendmicroSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Trend Micro.
withTriggerConfig(TriggerConfig) - Method in class com.amazonaws.services.appflow.model.CreateFlowRequest
The trigger settings that determine how and when the flow runs.
withTriggerConfig(TriggerConfig) - Method in class com.amazonaws.services.appflow.model.DescribeFlowResult
The trigger settings that determine how and when the flow runs.
withTriggerConfig(TriggerConfig) - Method in class com.amazonaws.services.appflow.model.UpdateFlowRequest
The trigger settings that determine how and when the flow runs.
withTriggerProperties(TriggerProperties) - Method in class com.amazonaws.services.appflow.model.TriggerConfig
Specifies the configuration details of a schedule-triggered flow as defined by the user.
withTriggerType(String) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the type of flow trigger.
withTriggerType(TriggerType) - Method in class com.amazonaws.services.appflow.model.FlowDefinition
Specifies the type of flow trigger.
withTriggerType(String) - Method in class com.amazonaws.services.appflow.model.TriggerConfig
Specifies the type of flow trigger.
withTriggerType(TriggerType) - Method in class com.amazonaws.services.appflow.model.TriggerConfig
Specifies the type of flow trigger.
withType(String) - Method in class com.amazonaws.services.appflow.model.DataTransferApi
You can specify one of the following types:
withType(DataTransferApiType) - Method in class com.amazonaws.services.appflow.model.DataTransferApi
You can specify one of the following types:
withType(String) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
withType(OAuth2CustomPropType) - Method in class com.amazonaws.services.appflow.model.OAuth2CustomParameter
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
withUpsolver(UpsolverMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Upsolver.
withUpsolver(UpsolverDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Upsolver.
withUsePrivateLinkForMetadataAndAuthorization(Boolean) - Method in class com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties
If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce.
withUserId(String) - Method in class com.amazonaws.services.appflow.model.InforNexusConnectorProfileCredentials
The identifier for the user.
withUsername(String) - Method in class com.amazonaws.services.appflow.model.BasicAuthCredentials
The username to use to connect to a resource.
withUsername(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileCredentials
The name of the user.
withUsername(String) - Method in class com.amazonaws.services.appflow.model.ServiceNowConnectorProfileCredentials
The name of the user.
withUsername(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileCredentials
The name of the user.
withUsername(String) - Method in class com.amazonaws.services.appflow.model.VeevaConnectorProfileCredentials
The name of the user.
withV1(FieldTypeDetails) - Method in class com.amazonaws.services.appflow.model.SupportedFieldTypeDetails
The initial supported version for fieldType.
withValueRegexPattern(String) - Method in class com.amazonaws.services.appflow.model.FieldTypeDetails
The regular expression pattern for the field name.
withVeeva(VeevaMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Veeva.
withVeeva(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Veeva source fields.
withVeeva(VeevaConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Veeva source fields.
withVeeva(VeevaConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Veeva.
withVeeva(VeevaConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Veeva.
withVeeva(VeevaSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Veeva.
withWarehouse(String) - Method in class com.amazonaws.services.appflow.model.SnowflakeConnectorProfileProperties
The name of the Snowflake warehouse.
withWorkgroupName(String) - Method in class com.amazonaws.services.appflow.model.RedshiftConnectorProfileProperties
The name of an Amazon Redshift workgroup.
withWriteOperationType(String) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
withWriteOperationType(WriteOperationType) - Method in class com.amazonaws.services.appflow.model.CustomConnectorDestinationProperties
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
withWriteOperationType(String) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
This specifies the type of write operation to be performed in Salesforce.
withWriteOperationType(WriteOperationType) - Method in class com.amazonaws.services.appflow.model.SalesforceDestinationProperties
This specifies the type of write operation to be performed in Salesforce.
withWriteOperationType(String) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
withWriteOperationType(WriteOperationType) - Method in class com.amazonaws.services.appflow.model.SAPODataDestinationProperties
 
withWriteOperationType(String) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
withWriteOperationType(WriteOperationType) - Method in class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
withZendesk(ZendeskMetadata) - Method in class com.amazonaws.services.appflow.model.ConnectorMetadata
The connector metadata specific to Zendesk.
withZendesk(String) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Zendesk source fields.
withZendesk(ZendeskConnectorOperator) - Method in class com.amazonaws.services.appflow.model.ConnectorOperator
The operation to be performed on the provided Zendesk source fields.
withZendesk(ZendeskConnectorProfileCredentials) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileCredentials
The connector-specific credentials required when using Zendesk.
withZendesk(ZendeskConnectorProfileProperties) - Method in class com.amazonaws.services.appflow.model.ConnectorProfileProperties
The connector-specific properties required by Zendesk.
withZendesk(ZendeskDestinationProperties) - Method in class com.amazonaws.services.appflow.model.DestinationConnectorProperties
The properties required to query Zendesk.
withZendesk(ZendeskSourceProperties) - Method in class com.amazonaws.services.appflow.model.SourceConnectorProperties
Specifies the information that is required for querying Zendesk.
WriteOperationType - Enum in com.amazonaws.services.appflow.model
The possible write operations in the destination connector.

Z

ZendeskConnectorOperator - Enum in com.amazonaws.services.appflow.model
 
ZendeskConnectorProfileCredentials - Class in com.amazonaws.services.appflow.model
The connector-specific profile credentials required when using Zendesk.
ZendeskConnectorProfileCredentials() - Constructor for class com.amazonaws.services.appflow.model.ZendeskConnectorProfileCredentials
 
ZendeskConnectorProfileProperties - Class in com.amazonaws.services.appflow.model
The connector-specific profile properties required when using Zendesk.
ZendeskConnectorProfileProperties() - Constructor for class com.amazonaws.services.appflow.model.ZendeskConnectorProfileProperties
 
ZendeskDestinationProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when Zendesk is used as a destination.
ZendeskDestinationProperties() - Constructor for class com.amazonaws.services.appflow.model.ZendeskDestinationProperties
 
ZendeskMetadata - Class in com.amazonaws.services.appflow.model
The connector metadata specific to Zendesk.
ZendeskMetadata() - Constructor for class com.amazonaws.services.appflow.model.ZendeskMetadata
 
ZendeskSourceProperties - Class in com.amazonaws.services.appflow.model
The properties that are applied when using Zendesk as a flow source.
ZendeskSourceProperties() - Constructor for class com.amazonaws.services.appflow.model.ZendeskSourceProperties
 
A B C D E F G H I L M O P R S T U V W Z 
Skip navigation links

Copyright © 2024. All rights reserved.