Uses of Class
com.oracle.bmc.core.requests.ChangeSecurityListCompartmentRequest
-
Packages that use ChangeSecurityListCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeSecurityListCompartmentRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ChangeSecurityListCompartmentRequest Modifier and Type Method Description Future<ChangeSecurityListCompartmentResponse>
VirtualNetworkAsync. changeSecurityListCompartment(ChangeSecurityListCompartmentRequest request, AsyncHandler<ChangeSecurityListCompartmentRequest,ChangeSecurityListCompartmentResponse> handler)
Moves a security list into a different compartment within the same tenancy.Future<ChangeSecurityListCompartmentResponse>
VirtualNetworkAsyncClient. changeSecurityListCompartment(ChangeSecurityListCompartmentRequest request, AsyncHandler<ChangeSecurityListCompartmentRequest,ChangeSecurityListCompartmentResponse> handler)
-
Uses of ChangeSecurityListCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeSecurityListCompartmentRequest Modifier and Type Method Description ChangeSecurityListCompartmentRequest
ChangeSecurityListCompartmentRequest.Builder. build()
Build the instance of ChangeSecurityListCompartmentRequest as configured by this builderChangeSecurityListCompartmentRequest
ChangeSecurityListCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeSecurityListCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeSecurityListCompartmentRequest Modifier and Type Method Description ChangeSecurityListCompartmentRequest.Builder
ChangeSecurityListCompartmentRequest.Builder. copy(ChangeSecurityListCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-