Uses of Interface
software.amazon.awssdk.services.appflow.model.HoneycodeConnectorProfileCredentials.Builder
-
Packages that use HoneycodeConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of HoneycodeConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return HoneycodeConnectorProfileCredentials.Builder Modifier and Type Method Description HoneycodeConnectorProfileCredentials.BuilderHoneycodeConnectorProfileCredentials.Builder. accessToken(String accessToken)The credentials used to access protected Amazon Honeycode resources.static HoneycodeConnectorProfileCredentials.BuilderHoneycodeConnectorProfileCredentials. builder()default HoneycodeConnectorProfileCredentials.BuilderHoneycodeConnectorProfileCredentials.Builder. oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)Sets the value of the OAuthRequest property for this object.HoneycodeConnectorProfileCredentials.BuilderHoneycodeConnectorProfileCredentials.Builder. oAuthRequest(ConnectorOAuthRequest oAuthRequest)Sets the value of the OAuthRequest property for this object.HoneycodeConnectorProfileCredentials.BuilderHoneycodeConnectorProfileCredentials.Builder. refreshToken(String refreshToken)The credentials used to acquire new access tokens.HoneycodeConnectorProfileCredentials.BuilderHoneycodeConnectorProfileCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type HoneycodeConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends HoneycodeConnectorProfileCredentials.Builder>HoneycodeConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type HoneycodeConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. honeycode(Consumer<HoneycodeConnectorProfileCredentials.Builder> honeycode)The connector-specific credentials required when using Amazon Honeycode.
-