Uses of Class
com.oracle.bmc.cloudguard.model.ChangeSecurityZoneCompartmentDetails
-
Packages that use ChangeSecurityZoneCompartmentDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ChangeSecurityZoneCompartmentDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ChangeSecurityZoneCompartmentDetails Modifier and Type Method Description ChangeSecurityZoneCompartmentDetails
ChangeSecurityZoneCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type ChangeSecurityZoneCompartmentDetails Modifier and Type Method Description ChangeSecurityZoneCompartmentDetails.Builder
ChangeSecurityZoneCompartmentDetails.Builder. copy(ChangeSecurityZoneCompartmentDetails model)
-
Uses of ChangeSecurityZoneCompartmentDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ChangeSecurityZoneCompartmentDetails Modifier and Type Method Description ChangeSecurityZoneCompartmentDetails
ChangeSecurityZoneCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeSecurityZoneCompartmentDetails
ChangeSecurityZoneCompartmentRequest. getChangeSecurityZoneCompartmentDetails()
The compartment to which you want to move the security zoneMethods in com.oracle.bmc.cloudguard.requests with parameters of type ChangeSecurityZoneCompartmentDetails Modifier and Type Method Description ChangeSecurityZoneCompartmentRequest.Builder
ChangeSecurityZoneCompartmentRequest.Builder. body$(ChangeSecurityZoneCompartmentDetails body)
Alternative setter for the body parameter.ChangeSecurityZoneCompartmentRequest.Builder
ChangeSecurityZoneCompartmentRequest.Builder. changeSecurityZoneCompartmentDetails(ChangeSecurityZoneCompartmentDetails changeSecurityZoneCompartmentDetails)
The compartment to which you want to move the security zone
-