Uses of Class
com.oracle.bmc.certificatesmanagement.model.ScheduleCertificateAuthorityDeletionDetails
-
Packages that use ScheduleCertificateAuthorityDeletionDetails Package Description com.oracle.bmc.certificatesmanagement.model com.oracle.bmc.certificatesmanagement.requests -
-
Uses of ScheduleCertificateAuthorityDeletionDetails in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return ScheduleCertificateAuthorityDeletionDetails Modifier and Type Method Description ScheduleCertificateAuthorityDeletionDetails
ScheduleCertificateAuthorityDeletionDetails.Builder. build()
Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type ScheduleCertificateAuthorityDeletionDetails Modifier and Type Method Description ScheduleCertificateAuthorityDeletionDetails.Builder
ScheduleCertificateAuthorityDeletionDetails.Builder. copy(ScheduleCertificateAuthorityDeletionDetails model)
-
Uses of ScheduleCertificateAuthorityDeletionDetails in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return ScheduleCertificateAuthorityDeletionDetails Modifier and Type Method Description ScheduleCertificateAuthorityDeletionDetails
ScheduleCertificateAuthorityDeletionRequest. getBody$()
Alternative accessor for the body parameter.ScheduleCertificateAuthorityDeletionDetails
ScheduleCertificateAuthorityDeletionRequest. getScheduleCertificateAuthorityDeletionDetails()
The details of the request to schedule the deletion of a CA.Methods in com.oracle.bmc.certificatesmanagement.requests with parameters of type ScheduleCertificateAuthorityDeletionDetails Modifier and Type Method Description ScheduleCertificateAuthorityDeletionRequest.Builder
ScheduleCertificateAuthorityDeletionRequest.Builder. body$(ScheduleCertificateAuthorityDeletionDetails body)
Alternative setter for the body parameter.ScheduleCertificateAuthorityDeletionRequest.Builder
ScheduleCertificateAuthorityDeletionRequest.Builder. scheduleCertificateAuthorityDeletionDetails(ScheduleCertificateAuthorityDeletionDetails scheduleCertificateAuthorityDeletionDetails)
The details of the request to schedule the deletion of a CA.
-