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