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