Uses of Enum
com.cloudera.cdp.client.CdpRegion
Packages that use CdpRegion
-
Uses of CdpRegion in com.cloudera.cdp.authentication.credentials
Constructors in com.cloudera.cdp.authentication.credentials with parameters of type CdpRegionModifierConstructorDescriptionCdpInteractiveLoginCredentialsProvider(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
Methods in com.cloudera.cdp.client that return CdpRegionModifier and TypeMethodDescriptionstatic CdpRegionReturns 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.Methods in com.cloudera.cdp.client with parameters of type CdpRegionModifier and TypeMethodDescriptionCdpClientBuilder.withCdpRegion(CdpRegion cdpRegion) Sets the CdpRegion for multi region control plane.