Uses of Class
com.oracle.bmc.core.model.ChangeSecurityListCompartmentDetails
-
Packages that use ChangeSecurityListCompartmentDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of ChangeSecurityListCompartmentDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ChangeSecurityListCompartmentDetails Modifier and Type Method Description ChangeSecurityListCompartmentDetails
ChangeSecurityListCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type ChangeSecurityListCompartmentDetails Modifier and Type Method Description ChangeSecurityListCompartmentDetails.Builder
ChangeSecurityListCompartmentDetails.Builder. copy(ChangeSecurityListCompartmentDetails model)
-
Uses of ChangeSecurityListCompartmentDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeSecurityListCompartmentDetails Modifier and Type Method Description ChangeSecurityListCompartmentDetails
ChangeSecurityListCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeSecurityListCompartmentDetails
ChangeSecurityListCompartmentRequest. getChangeSecurityListCompartmentDetails()
Request to change the compartment of a given security list.Methods in com.oracle.bmc.core.requests with parameters of type ChangeSecurityListCompartmentDetails Modifier and Type Method Description ChangeSecurityListCompartmentRequest.Builder
ChangeSecurityListCompartmentRequest.Builder. body$(ChangeSecurityListCompartmentDetails body)
Alternative setter for the body parameter.ChangeSecurityListCompartmentRequest.Builder
ChangeSecurityListCompartmentRequest.Builder. changeSecurityListCompartmentDetails(ChangeSecurityListCompartmentDetails changeSecurityListCompartmentDetails)
Request to change the compartment of a given security list.
-