Uses of Class
com.oracle.bmc.datasafe.requests.ChangeTargetAlertPolicyAssociationCompartmentRequest
-
Packages that use ChangeTargetAlertPolicyAssociationCompartmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ChangeTargetAlertPolicyAssociationCompartmentRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeTargetAlertPolicyAssociationCompartmentRequest Modifier and Type Method Description Future<ChangeTargetAlertPolicyAssociationCompartmentResponse>
DataSafeAsync. changeTargetAlertPolicyAssociationCompartment(ChangeTargetAlertPolicyAssociationCompartmentRequest request, AsyncHandler<ChangeTargetAlertPolicyAssociationCompartmentRequest,ChangeTargetAlertPolicyAssociationCompartmentResponse> handler)
Moves the specified target-alert policy Association into a different compartment.Future<ChangeTargetAlertPolicyAssociationCompartmentResponse>
DataSafeAsyncClient. changeTargetAlertPolicyAssociationCompartment(ChangeTargetAlertPolicyAssociationCompartmentRequest request, AsyncHandler<ChangeTargetAlertPolicyAssociationCompartmentRequest,ChangeTargetAlertPolicyAssociationCompartmentResponse> handler)
-
Uses of ChangeTargetAlertPolicyAssociationCompartmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeTargetAlertPolicyAssociationCompartmentRequest Modifier and Type Method Description ChangeTargetAlertPolicyAssociationCompartmentRequest
ChangeTargetAlertPolicyAssociationCompartmentRequest.Builder. build()
Build the instance of ChangeTargetAlertPolicyAssociationCompartmentRequest as configured by this builderChangeTargetAlertPolicyAssociationCompartmentRequest
ChangeTargetAlertPolicyAssociationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeTargetAlertPolicyAssociationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ChangeTargetAlertPolicyAssociationCompartmentRequest Modifier and Type Method Description ChangeTargetAlertPolicyAssociationCompartmentRequest.Builder
ChangeTargetAlertPolicyAssociationCompartmentRequest.Builder. copy(ChangeTargetAlertPolicyAssociationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-