Uses of Class
com.oracle.bmc.identity.responses.UpdateAuthenticationPolicyResponse
- 
Packages that use UpdateAuthenticationPolicyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses 
- 
- 
Uses of UpdateAuthenticationPolicyResponse in com.oracle.bmc.identityMethods in com.oracle.bmc.identity that return UpdateAuthenticationPolicyResponse Modifier and Type Method Description UpdateAuthenticationPolicyResponseIdentity. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request)Updates authentication policy for the specified tenancy.UpdateAuthenticationPolicyResponseIdentityClient. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type UpdateAuthenticationPolicyResponse Modifier and Type Method Description Future<UpdateAuthenticationPolicyResponse>IdentityAsync. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request, AsyncHandler<UpdateAuthenticationPolicyRequest,UpdateAuthenticationPolicyResponse> handler)Updates authentication policy for the specified tenancy.Future<UpdateAuthenticationPolicyResponse>IdentityAsyncClient. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request, AsyncHandler<UpdateAuthenticationPolicyRequest,UpdateAuthenticationPolicyResponse> handler)Method parameters in com.oracle.bmc.identity with type arguments of type UpdateAuthenticationPolicyResponse Modifier and Type Method Description Future<UpdateAuthenticationPolicyResponse>IdentityAsync. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request, AsyncHandler<UpdateAuthenticationPolicyRequest,UpdateAuthenticationPolicyResponse> handler)Updates authentication policy for the specified tenancy.Future<UpdateAuthenticationPolicyResponse>IdentityAsyncClient. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request, AsyncHandler<UpdateAuthenticationPolicyRequest,UpdateAuthenticationPolicyResponse> handler)
- 
Uses of UpdateAuthenticationPolicyResponse in com.oracle.bmc.identity.responsesMethods in com.oracle.bmc.identity.responses that return UpdateAuthenticationPolicyResponse Modifier and Type Method Description UpdateAuthenticationPolicyResponseUpdateAuthenticationPolicyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateAuthenticationPolicyResponse Modifier and Type Method Description UpdateAuthenticationPolicyResponse.BuilderUpdateAuthenticationPolicyResponse.Builder. copy(UpdateAuthenticationPolicyResponse o)Copy method to populate the builder with values from the given instance.
 
-