Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbAwsKey.LifecycleState
-
Packages that use OracleDbAwsKey.LifecycleState Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model com.oracle.bmc.dbmulticloud.requests -
-
Uses of OracleDbAwsKey.LifecycleState in com.oracle.bmc.dbmulticloud
-
Uses of OracleDbAwsKey.LifecycleState in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbAwsKey.LifecycleState Modifier and Type Method Description static OracleDbAwsKey.LifecycleStateOracleDbAwsKey.LifecycleState. create(String key)OracleDbAwsKey.LifecycleStateOracleDbAwsKey. getLifecycleState()The lifecycle state of the Oracle DB AWS Key resource.OracleDbAwsKey.LifecycleStateOracleDbAwsKeySummary. getLifecycleState()The current lifecycle state of the Oracle DB AWS Key resource.static OracleDbAwsKey.LifecycleStateOracleDbAwsKey.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleDbAwsKey.LifecycleState[]OracleDbAwsKey.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbAwsKey.LifecycleState Modifier and Type Method Description OracleDbAwsKey.BuilderOracleDbAwsKey.Builder. lifecycleState(OracleDbAwsKey.LifecycleState lifecycleState)The lifecycle state of the Oracle DB AWS Key resource.OracleDbAwsKeySummary.BuilderOracleDbAwsKeySummary.Builder. lifecycleState(OracleDbAwsKey.LifecycleState lifecycleState)The current lifecycle state of the Oracle DB AWS Key resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbAwsKey.LifecycleState Constructor Description OracleDbAwsKey(String id, String oracleDbConnectorId, String displayName, String awsKeyArn, String awsAccountId, String compartmentId, String type, Boolean isAwsKeyEnabled, String location, Map<String,String> properties, OracleDbAwsKey.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.OracleDbAwsKeySummary(String id, String displayName, String compartmentId, String oracleDbConnectorId, String awsKeyArn, String awsAccountId, String type, Boolean isAwsKeyEnabled, String location, Map<String,String> properties, OracleDbAwsKey.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of OracleDbAwsKey.LifecycleState in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return OracleDbAwsKey.LifecycleState Modifier and Type Method Description OracleDbAwsKey.LifecycleStateListOracleDbAwsKeysRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.dbmulticloud.requests with parameters of type OracleDbAwsKey.LifecycleState Modifier and Type Method Description ListOracleDbAwsKeysRequest.BuilderListOracleDbAwsKeysRequest.Builder. lifecycleState(OracleDbAwsKey.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-