Uses of Class
software.amazon.awssdk.services.appflow.model.ConnectorProfile
-
Packages that use ConnectorProfile Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ConnectorProfile in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ConnectorProfile Modifier and Type Method Description List<ConnectorProfile>DescribeConnectorProfilesResponse. connectorProfileDetails()Returns information about the connector profiles associated with the flow.Methods in software.amazon.awssdk.services.appflow.model with parameters of type ConnectorProfile Modifier and Type Method Description DescribeConnectorProfilesResponse.BuilderDescribeConnectorProfilesResponse.Builder. connectorProfileDetails(ConnectorProfile... connectorProfileDetails)Returns information about the connector profiles associated with the flow.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ConnectorProfile Modifier and Type Method Description DescribeConnectorProfilesResponse.BuilderDescribeConnectorProfilesResponse.Builder. connectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)Returns information about the connector profiles associated with the flow.
-