Uses of Interface
software.amazon.awssdk.services.appflow.model.ServiceNowConnectorProfileCredentials.Builder
-
Packages that use ServiceNowConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ServiceNowConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ServiceNowConnectorProfileCredentials.Builder Modifier and Type Method Description static ServiceNowConnectorProfileCredentials.BuilderServiceNowConnectorProfileCredentials. builder()default ServiceNowConnectorProfileCredentials.BuilderServiceNowConnectorProfileCredentials.Builder. oAuth2Credentials(Consumer<OAuth2Credentials.Builder> oAuth2Credentials)The OAuth 2.0 credentials required to authenticate the user.ServiceNowConnectorProfileCredentials.BuilderServiceNowConnectorProfileCredentials.Builder. oAuth2Credentials(OAuth2Credentials oAuth2Credentials)The OAuth 2.0 credentials required to authenticate the user.ServiceNowConnectorProfileCredentials.BuilderServiceNowConnectorProfileCredentials.Builder. password(String password)The password that corresponds to the user name.ServiceNowConnectorProfileCredentials.BuilderServiceNowConnectorProfileCredentials. toBuilder()ServiceNowConnectorProfileCredentials.BuilderServiceNowConnectorProfileCredentials.Builder. username(String username)The name of the user.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ServiceNowConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends ServiceNowConnectorProfileCredentials.Builder>ServiceNowConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ServiceNowConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. serviceNow(Consumer<ServiceNowConnectorProfileCredentials.Builder> serviceNow)The connector-specific credentials required when using ServiceNow.
-