Uses of Enum
com.cloudera.cdp.client.CdpRegion
-
Uses of CdpRegion in com.cloudera.cdp.authentication.credentials
ModifierConstructorDescriptionCdpInteractiveLoginCredentialsProvider
(CdpRegion cdpRegion, String accountId) Login to CDP interactively by the default identity provider.CdpInteractiveLoginCredentialsProvider
(CdpRegion cdpRegion, String accountId, String identityProvider) Login to CDP interactively. -
Uses of CdpRegion in com.cloudera.cdp.client
Modifier and TypeMethodDescriptionstatic CdpRegion
Returns the enum constant of this type with the specified name.static CdpRegion[]
CdpRegion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCdpClientBuilder.withCdpRegion
(CdpRegion cdpRegion) Sets the CdpRegion for multi region control plane.