Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbAwsIdentityConnector.LifecycleState
-
Packages that use OracleDbAwsIdentityConnector.LifecycleState Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model com.oracle.bmc.dbmulticloud.requests -
-
Uses of OracleDbAwsIdentityConnector.LifecycleState in com.oracle.bmc.dbmulticloud
-
Uses of OracleDbAwsIdentityConnector.LifecycleState in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbAwsIdentityConnector.LifecycleState Modifier and Type Method Description static OracleDbAwsIdentityConnector.LifecycleStateOracleDbAwsIdentityConnector.LifecycleState. create(String key)OracleDbAwsIdentityConnector.LifecycleStateOracleDbAwsIdentityConnector. getLifecycleState()The current lifecycle state of the AWS Identity Connector resource.OracleDbAwsIdentityConnector.LifecycleStateOracleDbAwsIdentityConnectorSummary. getLifecycleState()The current lifecycle state of the AWS Identity Connector resource.static OracleDbAwsIdentityConnector.LifecycleStateOracleDbAwsIdentityConnector.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleDbAwsIdentityConnector.LifecycleState[]OracleDbAwsIdentityConnector.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 OracleDbAwsIdentityConnector.LifecycleState Modifier and Type Method Description OracleDbAwsIdentityConnector.BuilderOracleDbAwsIdentityConnector.Builder. lifecycleState(OracleDbAwsIdentityConnector.LifecycleState lifecycleState)The current lifecycle state of the AWS Identity Connector resource.OracleDbAwsIdentityConnectorSummary.BuilderOracleDbAwsIdentityConnectorSummary.Builder. lifecycleState(OracleDbAwsIdentityConnector.LifecycleState lifecycleState)The current lifecycle state of the AWS Identity Connector resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbAwsIdentityConnector.LifecycleState Constructor Description OracleDbAwsIdentityConnector(String id, String displayName, String compartmentId, String resourceId, String issuerUrl, String oidcScope, List<ServiceRoleDetails> serviceRoleDetails, String awsLocation, String awsStsPrivateEndpoint, String awsAccountId, OracleDbAwsIdentityConnector.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.OracleDbAwsIdentityConnectorSummary(String id, String displayName, String compartmentId, String resourceId, String issuerUrl, String oidcScope, List<ServiceRoleDetails> serviceRoleDetails, String awsLocation, String awsStsPrivateEndpoint, String awsAccountId, OracleDbAwsIdentityConnector.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 OracleDbAwsIdentityConnector.LifecycleState in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return OracleDbAwsIdentityConnector.LifecycleState Modifier and Type Method Description OracleDbAwsIdentityConnector.LifecycleStateListOracleDbAwsIdentityConnectorsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.dbmulticloud.requests with parameters of type OracleDbAwsIdentityConnector.LifecycleState Modifier and Type Method Description ListOracleDbAwsIdentityConnectorsRequest.BuilderListOracleDbAwsIdentityConnectorsRequest.Builder. lifecycleState(OracleDbAwsIdentityConnector.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-