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