Uses of Class
com.oracle.bmc.datasafe.model.SecurityPolicyEntryStateDeploymentStatus
-
Packages that use SecurityPolicyEntryStateDeploymentStatus Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SecurityPolicyEntryStateDeploymentStatus in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityPolicyEntryStateDeploymentStatus Modifier and Type Method Description static SecurityPolicyEntryStateDeploymentStatusSecurityPolicyEntryStateDeploymentStatus. create(String key)SecurityPolicyEntryStateDeploymentStatusSecurityPolicyEntryState. getDeploymentStatus()The current deployment status of the security policy deployment and the security policy entry associated.SecurityPolicyEntryStateDeploymentStatusSecurityPolicyEntryStateSummary. getDeploymentStatus()The current deployment status of the security policy deployment and the security policy entry associated.static SecurityPolicyEntryStateDeploymentStatusSecurityPolicyEntryStateDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityPolicyEntryStateDeploymentStatus[]SecurityPolicyEntryStateDeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityPolicyEntryStateDeploymentStatus Modifier and Type Method Description SecurityPolicyEntryState.BuilderSecurityPolicyEntryState.Builder. deploymentStatus(SecurityPolicyEntryStateDeploymentStatus deploymentStatus)The current deployment status of the security policy deployment and the security policy entry associated.SecurityPolicyEntryStateSummary.BuilderSecurityPolicyEntryStateSummary.Builder. deploymentStatus(SecurityPolicyEntryStateDeploymentStatus deploymentStatus)The current deployment status of the security policy deployment and the security policy entry associated.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityPolicyEntryStateDeploymentStatus Constructor Description SecurityPolicyEntryState(String id, String securityPolicyEntryId, String securityPolicyDeploymentId, SecurityPolicyEntryStateDeploymentStatus deploymentStatus, EntryDetails entryDetails)Deprecated.SecurityPolicyEntryStateSummary(String id, String securityPolicyEntryId, String securityPolicyDeploymentId, SecurityPolicyEntryStateDeploymentStatus deploymentStatus)Deprecated. -
Uses of SecurityPolicyEntryStateDeploymentStatus in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SecurityPolicyEntryStateDeploymentStatus Modifier and Type Method Description SecurityPolicyEntryStateDeploymentStatusListSecurityPolicyEntryStatesRequest. getDeploymentStatus()The current state of the security policy deployment.Methods in com.oracle.bmc.datasafe.requests with parameters of type SecurityPolicyEntryStateDeploymentStatus Modifier and Type Method Description ListSecurityPolicyEntryStatesRequest.BuilderListSecurityPolicyEntryStatesRequest.Builder. deploymentStatus(SecurityPolicyEntryStateDeploymentStatus deploymentStatus)The current state of the security policy deployment.
-