Uses of Class
software.amazon.awssdk.services.appflow.model.CreateConnectorProfileResponse
-
Packages that use CreateConnectorProfileResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of CreateConnectorProfileResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return CreateConnectorProfileResponse Modifier and Type Method Description default CreateConnectorProfileResponseAppflowClient. createConnectorProfile(Consumer<CreateConnectorProfileRequest.Builder> createConnectorProfileRequest)Creates a new connector profile associated with your Amazon Web Services account.default CreateConnectorProfileResponseAppflowClient. createConnectorProfile(CreateConnectorProfileRequest createConnectorProfileRequest)Creates a new connector profile associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type CreateConnectorProfileResponse Modifier and Type Method Description default CompletableFuture<CreateConnectorProfileResponse>AppflowAsyncClient. createConnectorProfile(Consumer<CreateConnectorProfileRequest.Builder> createConnectorProfileRequest)Creates a new connector profile associated with your Amazon Web Services account.default CompletableFuture<CreateConnectorProfileResponse>AppflowAsyncClient. createConnectorProfile(CreateConnectorProfileRequest createConnectorProfileRequest)Creates a new connector profile associated with your Amazon Web Services account.
-