Uses of Class
com.oracle.bmc.datasafe.requests.ChangeSecurityPolicyCompartmentRequest
-
Packages that use ChangeSecurityPolicyCompartmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ChangeSecurityPolicyCompartmentRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeSecurityPolicyCompartmentRequest Modifier and Type Method Description Future<ChangeSecurityPolicyCompartmentResponse>DataSafeAsync. changeSecurityPolicyCompartment(ChangeSecurityPolicyCompartmentRequest request, AsyncHandler<ChangeSecurityPolicyCompartmentRequest,ChangeSecurityPolicyCompartmentResponse> handler)Moves the specified security policy and its dependent resources into a different compartment.Future<ChangeSecurityPolicyCompartmentResponse>DataSafeAsyncClient. changeSecurityPolicyCompartment(ChangeSecurityPolicyCompartmentRequest request, AsyncHandler<ChangeSecurityPolicyCompartmentRequest,ChangeSecurityPolicyCompartmentResponse> handler) -
Uses of ChangeSecurityPolicyCompartmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeSecurityPolicyCompartmentRequest Modifier and Type Method Description ChangeSecurityPolicyCompartmentRequestChangeSecurityPolicyCompartmentRequest.Builder. build()Build the instance of ChangeSecurityPolicyCompartmentRequest as configured by this builderChangeSecurityPolicyCompartmentRequestChangeSecurityPolicyCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeSecurityPolicyCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ChangeSecurityPolicyCompartmentRequest Modifier and Type Method Description ChangeSecurityPolicyCompartmentRequest.BuilderChangeSecurityPolicyCompartmentRequest.Builder. copy(ChangeSecurityPolicyCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-