Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.UpdateSenderInvitationRequest
-
Packages that use UpdateSenderInvitationRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of UpdateSenderInvitationRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type UpdateSenderInvitationRequest Modifier and Type Method Description UpdateSenderInvitationResponse
SenderInvitation. updateSenderInvitation(UpdateSenderInvitationRequest request)
Updates the sender invitation.Future<UpdateSenderInvitationResponse>
SenderInvitationAsync. updateSenderInvitation(UpdateSenderInvitationRequest request, AsyncHandler<UpdateSenderInvitationRequest,UpdateSenderInvitationResponse> handler)
Updates the sender invitation.Future<UpdateSenderInvitationResponse>
SenderInvitationAsyncClient. updateSenderInvitation(UpdateSenderInvitationRequest request, AsyncHandler<UpdateSenderInvitationRequest,UpdateSenderInvitationResponse> handler)
UpdateSenderInvitationResponse
SenderInvitationClient. updateSenderInvitation(UpdateSenderInvitationRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type UpdateSenderInvitationRequest Modifier and Type Method Description Future<UpdateSenderInvitationResponse>
SenderInvitationAsync. updateSenderInvitation(UpdateSenderInvitationRequest request, AsyncHandler<UpdateSenderInvitationRequest,UpdateSenderInvitationResponse> handler)
Updates the sender invitation.Future<UpdateSenderInvitationResponse>
SenderInvitationAsyncClient. updateSenderInvitation(UpdateSenderInvitationRequest request, AsyncHandler<UpdateSenderInvitationRequest,UpdateSenderInvitationResponse> handler)
-
Uses of UpdateSenderInvitationRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return UpdateSenderInvitationRequest Modifier and Type Method Description UpdateSenderInvitationRequest
UpdateSenderInvitationRequest.Builder. build()
Build the instance of UpdateSenderInvitationRequest as configured by this builderUpdateSenderInvitationRequest
UpdateSenderInvitationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSenderInvitationRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type UpdateSenderInvitationRequest Modifier and Type Method Description UpdateSenderInvitationRequest.Builder
UpdateSenderInvitationRequest.Builder. copy(UpdateSenderInvitationRequest o)
Copy method to populate the builder with values from the given instance.
-