Uses of Class
com.oracle.bmc.identity.responses.UpdatePolicyResponse
-
Packages that use UpdatePolicyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of UpdatePolicyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return UpdatePolicyResponse Modifier and Type Method Description UpdatePolicyResponse
Identity. updatePolicy(UpdatePolicyRequest request)
Updates the specified policy.UpdatePolicyResponse
IdentityClient. updatePolicy(UpdatePolicyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type UpdatePolicyResponse Modifier and Type Method Description Future<UpdatePolicyResponse>
IdentityAsync. updatePolicy(UpdatePolicyRequest request, AsyncHandler<UpdatePolicyRequest,UpdatePolicyResponse> handler)
Updates the specified policy.Future<UpdatePolicyResponse>
IdentityAsyncClient. updatePolicy(UpdatePolicyRequest request, AsyncHandler<UpdatePolicyRequest,UpdatePolicyResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdatePolicyResponse Modifier and Type Method Description Future<UpdatePolicyResponse>
IdentityAsync. updatePolicy(UpdatePolicyRequest request, AsyncHandler<UpdatePolicyRequest,UpdatePolicyResponse> handler)
Updates the specified policy.Future<UpdatePolicyResponse>
IdentityAsyncClient. updatePolicy(UpdatePolicyRequest request, AsyncHandler<UpdatePolicyRequest,UpdatePolicyResponse> handler)
-
Uses of UpdatePolicyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return UpdatePolicyResponse Modifier and Type Method Description UpdatePolicyResponse
UpdatePolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdatePolicyResponse Modifier and Type Method Description UpdatePolicyResponse.Builder
UpdatePolicyResponse.Builder. copy(UpdatePolicyResponse o)
Copy method to populate the builder with values from the given instance.
-