Uses of Class
com.oracle.bmc.integration.model.CustomEndpointDetails.ManagedType
-
Packages that use CustomEndpointDetails.ManagedType Package Description com.oracle.bmc.integration.model -
-
Uses of CustomEndpointDetails.ManagedType in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return CustomEndpointDetails.ManagedType Modifier and Type Method Description static CustomEndpointDetails.ManagedTypeCustomEndpointDetails.ManagedType. create(String key)CustomEndpointDetails.ManagedTypeCustomEndpointDetails. getManagedType()Indicates if custom endpoint is managed by oracle or customer.static CustomEndpointDetails.ManagedTypeCustomEndpointDetails.ManagedType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomEndpointDetails.ManagedType[]CustomEndpointDetails.ManagedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.integration.model with parameters of type CustomEndpointDetails.ManagedType Modifier and Type Method Description CustomEndpointDetails.BuilderCustomEndpointDetails.Builder. managedType(CustomEndpointDetails.ManagedType managedType)Indicates if custom endpoint is managed by oracle or customer.Constructors in com.oracle.bmc.integration.model with parameters of type CustomEndpointDetails.ManagedType Constructor Description CustomEndpointDetails(String hostname, CustomEndpointDetails.ManagedType managedType, String dnsZoneName, CustomEndpointDetails.DnsType dnsType, String certificateSecretId, Integer certificateSecretVersion, String alias)Deprecated.
-