Uses of Class
com.oracle.bmc.core.responses.ChangeIPSecConnectionCompartmentResponse
-
Packages that use ChangeIPSecConnectionCompartmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ChangeIPSecConnectionCompartmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ChangeIPSecConnectionCompartmentResponse Modifier and Type Method Description ChangeIPSecConnectionCompartmentResponse
VirtualNetwork. changeIPSecConnectionCompartment(ChangeIPSecConnectionCompartmentRequest request)
Moves an IPSec connection into a different compartment within the same tenancy.ChangeIPSecConnectionCompartmentResponse
VirtualNetworkClient. changeIPSecConnectionCompartment(ChangeIPSecConnectionCompartmentRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ChangeIPSecConnectionCompartmentResponse Modifier and Type Method Description Future<ChangeIPSecConnectionCompartmentResponse>
VirtualNetworkAsync. changeIPSecConnectionCompartment(ChangeIPSecConnectionCompartmentRequest request, AsyncHandler<ChangeIPSecConnectionCompartmentRequest,ChangeIPSecConnectionCompartmentResponse> handler)
Moves an IPSec connection into a different compartment within the same tenancy.Future<ChangeIPSecConnectionCompartmentResponse>
VirtualNetworkAsyncClient. changeIPSecConnectionCompartment(ChangeIPSecConnectionCompartmentRequest request, AsyncHandler<ChangeIPSecConnectionCompartmentRequest,ChangeIPSecConnectionCompartmentResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type ChangeIPSecConnectionCompartmentResponse Modifier and Type Method Description Future<ChangeIPSecConnectionCompartmentResponse>
VirtualNetworkAsync. changeIPSecConnectionCompartment(ChangeIPSecConnectionCompartmentRequest request, AsyncHandler<ChangeIPSecConnectionCompartmentRequest,ChangeIPSecConnectionCompartmentResponse> handler)
Moves an IPSec connection into a different compartment within the same tenancy.Future<ChangeIPSecConnectionCompartmentResponse>
VirtualNetworkAsyncClient. changeIPSecConnectionCompartment(ChangeIPSecConnectionCompartmentRequest request, AsyncHandler<ChangeIPSecConnectionCompartmentRequest,ChangeIPSecConnectionCompartmentResponse> handler)
-
Uses of ChangeIPSecConnectionCompartmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ChangeIPSecConnectionCompartmentResponse Modifier and Type Method Description ChangeIPSecConnectionCompartmentResponse
ChangeIPSecConnectionCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ChangeIPSecConnectionCompartmentResponse Modifier and Type Method Description ChangeIPSecConnectionCompartmentResponse.Builder
ChangeIPSecConnectionCompartmentResponse.Builder. copy(ChangeIPSecConnectionCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-