Uses of Class
com.oracle.bmc.goldengate.model.GoogleCloudStorageConnection.TechnologyType
-
Packages that use GoogleCloudStorageConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of GoogleCloudStorageConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return GoogleCloudStorageConnection.TechnologyType Modifier and Type Method Description static GoogleCloudStorageConnection.TechnologyTypeGoogleCloudStorageConnection.TechnologyType. create(String key)GoogleCloudStorageConnection.TechnologyTypeCreateGoogleCloudStorageConnectionDetails. getTechnologyType()The Google Cloud Storage technology type.GoogleCloudStorageConnection.TechnologyTypeGoogleCloudStorageConnection. getTechnologyType()The Google Cloud Storage technology type.GoogleCloudStorageConnection.TechnologyTypeGoogleCloudStorageConnectionSummary. getTechnologyType()The Google Cloud Storage technology type.static GoogleCloudStorageConnection.TechnologyTypeGoogleCloudStorageConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleCloudStorageConnection.TechnologyType[]GoogleCloudStorageConnection.TechnologyType. 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 GoogleCloudStorageConnection.TechnologyType Modifier and Type Method Description CreateGoogleCloudStorageConnectionDetails.BuilderCreateGoogleCloudStorageConnectionDetails.Builder. technologyType(GoogleCloudStorageConnection.TechnologyType technologyType)The Google Cloud Storage technology type.GoogleCloudStorageConnection.BuilderGoogleCloudStorageConnection.Builder. technologyType(GoogleCloudStorageConnection.TechnologyType technologyType)The Google Cloud Storage technology type.GoogleCloudStorageConnectionSummary.BuilderGoogleCloudStorageConnectionSummary.Builder. technologyType(GoogleCloudStorageConnection.TechnologyType technologyType)The Google Cloud Storage technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type GoogleCloudStorageConnection.TechnologyType Constructor Description CreateGoogleCloudStorageConnectionDetails(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, GoogleCloudStorageConnection.TechnologyType technologyType, String serviceAccountKeyFile, String serviceAccountKeyFileSecretId)Deprecated.GoogleCloudStorageConnection(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, GoogleCloudStorageConnection.TechnologyType technologyType, String serviceAccountKeyFileSecretId)Deprecated.GoogleCloudStorageConnectionSummary(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, GoogleCloudStorageConnection.TechnologyType technologyType, String serviceAccountKeyFileSecretId)Deprecated.
-