Uses of Class
com.oracle.bmc.identity.requests.UpdatePolicyRequest
-
Packages that use UpdatePolicyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdatePolicyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdatePolicyRequest Modifier and Type Method Description UpdatePolicyResponse
Identity. updatePolicy(UpdatePolicyRequest request)
Updates the specified policy.Future<UpdatePolicyResponse>
IdentityAsync. updatePolicy(UpdatePolicyRequest request, AsyncHandler<UpdatePolicyRequest,UpdatePolicyResponse> handler)
Updates the specified policy.Future<UpdatePolicyResponse>
IdentityAsyncClient. updatePolicy(UpdatePolicyRequest request, AsyncHandler<UpdatePolicyRequest,UpdatePolicyResponse> handler)
UpdatePolicyResponse
IdentityClient. updatePolicy(UpdatePolicyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdatePolicyRequest 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 UpdatePolicyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdatePolicyRequest Modifier and Type Method Description UpdatePolicyRequest
UpdatePolicyRequest.Builder. build()
Build the instance of UpdatePolicyRequest as configured by this builderUpdatePolicyRequest
UpdatePolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePolicyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdatePolicyRequest Modifier and Type Method Description UpdatePolicyRequest.Builder
UpdatePolicyRequest.Builder. copy(UpdatePolicyRequest o)
Copy method to populate the builder with values from the given instance.
-