Uses of Class
com.oracle.bmc.containerinstances.model.CreateImagePullSecretDetails.SecretType
-
Packages that use CreateImagePullSecretDetails.SecretType Package Description com.oracle.bmc.containerinstances.model -
-
Uses of CreateImagePullSecretDetails.SecretType in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return CreateImagePullSecretDetails.SecretType Modifier and Type Method Description static CreateImagePullSecretDetails.SecretType
CreateImagePullSecretDetails.SecretType. create(String key)
static CreateImagePullSecretDetails.SecretType
CreateImagePullSecretDetails.SecretType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateImagePullSecretDetails.SecretType[]
CreateImagePullSecretDetails.SecretType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-