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.identity
Methods in com.oracle.bmc.identity that return UpdateAuthenticationPolicyResponse Modifier and Type Method Description UpdateAuthenticationPolicyResponse
Identity. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request)
Updates authentication policy for the specified tenancy.UpdateAuthenticationPolicyResponse
IdentityClient. 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.responses
Methods in com.oracle.bmc.identity.responses that return UpdateAuthenticationPolicyResponse Modifier and Type Method Description UpdateAuthenticationPolicyResponse
UpdateAuthenticationPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateAuthenticationPolicyResponse Modifier and Type Method Description UpdateAuthenticationPolicyResponse.Builder
UpdateAuthenticationPolicyResponse.Builder. copy(UpdateAuthenticationPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-