Uses of Class
com.oracle.bmc.waas.responses.ChangeCustomProtectionRuleCompartmentResponse
-
Packages that use ChangeCustomProtectionRuleCompartmentResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ChangeCustomProtectionRuleCompartmentResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ChangeCustomProtectionRuleCompartmentResponse Modifier and Type Method Description ChangeCustomProtectionRuleCompartmentResponse
Waas. changeCustomProtectionRuleCompartment(ChangeCustomProtectionRuleCompartmentRequest request)
Moves a custom protection rule into a different compartment within the same tenancy.ChangeCustomProtectionRuleCompartmentResponse
WaasClient. changeCustomProtectionRuleCompartment(ChangeCustomProtectionRuleCompartmentRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ChangeCustomProtectionRuleCompartmentResponse 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)
Method parameters in com.oracle.bmc.waas with type arguments of type ChangeCustomProtectionRuleCompartmentResponse 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 ChangeCustomProtectionRuleCompartmentResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ChangeCustomProtectionRuleCompartmentResponse Modifier and Type Method Description ChangeCustomProtectionRuleCompartmentResponse
ChangeCustomProtectionRuleCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ChangeCustomProtectionRuleCompartmentResponse Modifier and Type Method Description ChangeCustomProtectionRuleCompartmentResponse.Builder
ChangeCustomProtectionRuleCompartmentResponse.Builder. copy(ChangeCustomProtectionRuleCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-