Uses of Class
com.oracle.bmc.goldengate.model.RedisConnection.AuthenticationType
-
Packages that use RedisConnection.AuthenticationType Package Description com.oracle.bmc.goldengate.model -
-
Uses of RedisConnection.AuthenticationType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return RedisConnection.AuthenticationType Modifier and Type Method Description static RedisConnection.AuthenticationTypeRedisConnection.AuthenticationType. create(String key)RedisConnection.AuthenticationTypeCreateRedisConnectionDetails. getAuthenticationType()Authenticationentication type for the Redis database.RedisConnection.AuthenticationTypeRedisConnection. getAuthenticationType()Authentication type for Redis.RedisConnection.AuthenticationTypeRedisConnectionSummary. getAuthenticationType()Authenticationentication type for the Redis database.RedisConnection.AuthenticationTypeUpdateRedisConnectionDetails. getAuthenticationType()Authenticationentication type for the Redis database.static RedisConnection.AuthenticationTypeRedisConnection.AuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisConnection.AuthenticationType[]RedisConnection.AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type RedisConnection.AuthenticationType Modifier and Type Method Description CreateRedisConnectionDetails.BuilderCreateRedisConnectionDetails.Builder. authenticationType(RedisConnection.AuthenticationType authenticationType)Authenticationentication type for the Redis database.RedisConnection.BuilderRedisConnection.Builder. authenticationType(RedisConnection.AuthenticationType authenticationType)Authentication type for Redis.RedisConnectionSummary.BuilderRedisConnectionSummary.Builder. authenticationType(RedisConnection.AuthenticationType authenticationType)Authenticationentication type for the Redis database.UpdateRedisConnectionDetails.BuilderUpdateRedisConnectionDetails.Builder. authenticationType(RedisConnection.AuthenticationType authenticationType)Authenticationentication type for the Redis database.Constructors in com.oracle.bmc.goldengate.model with parameters of type RedisConnection.AuthenticationType Constructor Description CreateRedisConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, RedisConnection.TechnologyType technologyType, String servers, RedisConnection.SecurityProtocol securityProtocol, RedisConnection.AuthenticationType authenticationType, String username, String password, String passwordSecretId, String trustStore, String trustStoreSecretId, String trustStorePassword, String trustStorePasswordSecretId, String keyStore, String keyStoreSecretId, String keyStorePassword, String keyStorePasswordSecretId, String redisClusterId)Deprecated.RedisConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, RedisConnection.TechnologyType technologyType, String servers, RedisConnection.SecurityProtocol securityProtocol, RedisConnection.AuthenticationType authenticationType, String username, String redisClusterId, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId)Deprecated.RedisConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, RedisConnection.TechnologyType technologyType, String servers, RedisConnection.SecurityProtocol securityProtocol, RedisConnection.AuthenticationType authenticationType, String username, String redisClusterId, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId)Deprecated.UpdateRedisConnectionDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, String servers, RedisConnection.SecurityProtocol securityProtocol, RedisConnection.AuthenticationType authenticationType, String username, String password, String passwordSecretId, String trustStore, String trustStoreSecretId, String trustStorePassword, String trustStorePasswordSecretId, String keyStore, String keyStoreSecretId, String keyStorePassword, String keyStorePasswordSecretId, String redisClusterId)Deprecated.
-