Uses of Class
com.oracle.bmc.waas.requests.ChangeCustomProtectionRuleCompartmentRequest
-
Packages that use ChangeCustomProtectionRuleCompartmentRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ChangeCustomProtectionRuleCompartmentRequest in com.oracle.bmc.waas
Method parameters in com.oracle.bmc.waas with type arguments of type ChangeCustomProtectionRuleCompartmentRequest Modifier and Type Method Description Future<ChangeCustomProtectionRuleCompartmentResponse>
WaasAsync. changeCustomProtectionRuleCompartment(ChangeCustomProtectionRuleCompartmentRequest request, AsyncHandler<ChangeCustomProtectionRuleCompartmentRequest,ChangeCustomProtectionRuleCompartmentResponse> handler)
Moves a custom protection rule into a different compartment within the same tenancy.Future<ChangeCustomProtectionRuleCompartmentResponse>
WaasAsyncClient. changeCustomProtectionRuleCompartment(ChangeCustomProtectionRuleCompartmentRequest request, AsyncHandler<ChangeCustomProtectionRuleCompartmentRequest,ChangeCustomProtectionRuleCompartmentResponse> handler)
-
Uses of ChangeCustomProtectionRuleCompartmentRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ChangeCustomProtectionRuleCompartmentRequest Modifier and Type Method Description ChangeCustomProtectionRuleCompartmentRequest
ChangeCustomProtectionRuleCompartmentRequest.Builder. build()
Build the instance of ChangeCustomProtectionRuleCompartmentRequest as configured by this builderChangeCustomProtectionRuleCompartmentRequest
ChangeCustomProtectionRuleCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeCustomProtectionRuleCompartmentRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ChangeCustomProtectionRuleCompartmentRequest Modifier and Type Method Description ChangeCustomProtectionRuleCompartmentRequest.Builder
ChangeCustomProtectionRuleCompartmentRequest.Builder. copy(ChangeCustomProtectionRuleCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-