Uses of Class
com.oracle.bmc.goldengate.model.OciObjectStorageConnection.TechnologyType
-
Packages that use OciObjectStorageConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of OciObjectStorageConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return OciObjectStorageConnection.TechnologyType Modifier and Type Method Description static OciObjectStorageConnection.TechnologyTypeOciObjectStorageConnection.TechnologyType. create(String key)OciObjectStorageConnection.TechnologyTypeCreateOciObjectStorageConnectionDetails. getTechnologyType()The OCI Object Storage technology type.OciObjectStorageConnection.TechnologyTypeOciObjectStorageConnection. getTechnologyType()The OCI Object Storage technology type.OciObjectStorageConnection.TechnologyTypeOciObjectStorageConnectionSummary. getTechnologyType()The OCI Object Storage technology type.static OciObjectStorageConnection.TechnologyTypeOciObjectStorageConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static OciObjectStorageConnection.TechnologyType[]OciObjectStorageConnection.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 OciObjectStorageConnection.TechnologyType Modifier and Type Method Description CreateOciObjectStorageConnectionDetails.BuilderCreateOciObjectStorageConnectionDetails.Builder. technologyType(OciObjectStorageConnection.TechnologyType technologyType)The OCI Object Storage technology type.OciObjectStorageConnection.BuilderOciObjectStorageConnection.Builder. technologyType(OciObjectStorageConnection.TechnologyType technologyType)The OCI Object Storage technology type.OciObjectStorageConnectionSummary.BuilderOciObjectStorageConnectionSummary.Builder. technologyType(OciObjectStorageConnection.TechnologyType technologyType)The OCI Object Storage technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type OciObjectStorageConnection.TechnologyType Constructor Description CreateOciObjectStorageConnectionDetails(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, OciObjectStorageConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFile, String privateKeyFileSecretId, String privateKeyPassphrase, String privateKeyPassphraseSecretId, String publicKeyFingerprint, Boolean shouldUseResourcePrincipal)Deprecated.OciObjectStorageConnection(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, OciObjectStorageConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFileSecretId, String privateKeyPassphraseSecretId, Boolean shouldUseResourcePrincipal)Deprecated.OciObjectStorageConnectionSummary(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, OciObjectStorageConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFileSecretId, String privateKeyPassphraseSecretId, Boolean shouldUseResourcePrincipal)Deprecated.
-