Uses of Class
com.oracle.bmc.goldengate.model.AmazonS3Connection.TechnologyType
-
Packages that use AmazonS3Connection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of AmazonS3Connection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return AmazonS3Connection.TechnologyType Modifier and Type Method Description static AmazonS3Connection.TechnologyTypeAmazonS3Connection.TechnologyType. create(String key)AmazonS3Connection.TechnologyTypeAmazonS3Connection. getTechnologyType()The Amazon S3 technology type.AmazonS3Connection.TechnologyTypeAmazonS3ConnectionSummary. getTechnologyType()The Amazon S3 technology type.AmazonS3Connection.TechnologyTypeCreateAmazonS3ConnectionDetails. getTechnologyType()The Amazon S3 technology type.static AmazonS3Connection.TechnologyTypeAmazonS3Connection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AmazonS3Connection.TechnologyType[]AmazonS3Connection.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 AmazonS3Connection.TechnologyType Modifier and Type Method Description AmazonS3Connection.BuilderAmazonS3Connection.Builder. technologyType(AmazonS3Connection.TechnologyType technologyType)The Amazon S3 technology type.AmazonS3ConnectionSummary.BuilderAmazonS3ConnectionSummary.Builder. technologyType(AmazonS3Connection.TechnologyType technologyType)The Amazon S3 technology type.CreateAmazonS3ConnectionDetails.BuilderCreateAmazonS3ConnectionDetails.Builder. technologyType(AmazonS3Connection.TechnologyType technologyType)The Amazon S3 technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type AmazonS3Connection.TechnologyType Constructor Description AmazonS3Connection(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, AmazonS3Connection.TechnologyType technologyType, String accessKeyId, String secretAccessKeySecretId, String endpoint, String region)Deprecated.AmazonS3ConnectionSummary(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, AmazonS3Connection.TechnologyType technologyType, String accessKeyId, String secretAccessKeySecretId, String endpoint, String region)Deprecated.CreateAmazonS3ConnectionDetails(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, AmazonS3Connection.TechnologyType technologyType, String accessKeyId, String secretAccessKey, String secretAccessKeySecretId, String endpoint, String region)Deprecated.
-