Uses of Interface
software.amazon.awssdk.services.appflow.model.ZendeskConnectorProfileCredentials.Builder
-
Packages that use ZendeskConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ZendeskConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ZendeskConnectorProfileCredentials.Builder Modifier and Type Method Description ZendeskConnectorProfileCredentials.BuilderZendeskConnectorProfileCredentials.Builder. accessToken(String accessToken)The credentials used to access protected Zendesk resources.static ZendeskConnectorProfileCredentials.BuilderZendeskConnectorProfileCredentials. builder()ZendeskConnectorProfileCredentials.BuilderZendeskConnectorProfileCredentials.Builder. clientId(String clientId)The identifier for the desired client.ZendeskConnectorProfileCredentials.BuilderZendeskConnectorProfileCredentials.Builder. clientSecret(String clientSecret)The client secret used by the OAuth client to authenticate to the authorization server.default ZendeskConnectorProfileCredentials.BuilderZendeskConnectorProfileCredentials.Builder. oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)The OAuth requirement needed to request security tokens from the connector endpoint.ZendeskConnectorProfileCredentials.BuilderZendeskConnectorProfileCredentials.Builder. oAuthRequest(ConnectorOAuthRequest oAuthRequest)The OAuth requirement needed to request security tokens from the connector endpoint.ZendeskConnectorProfileCredentials.BuilderZendeskConnectorProfileCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ZendeskConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends ZendeskConnectorProfileCredentials.Builder>ZendeskConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ZendeskConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. zendesk(Consumer<ZendeskConnectorProfileCredentials.Builder> zendesk)The connector-specific credentials required when using Zendesk.
-