Uses of Class
com.oracle.bmc.resourceanalytics.requests.UpdateTenancyAttachmentRequest
-
Packages that use UpdateTenancyAttachmentRequest Package Description com.oracle.bmc.resourceanalytics com.oracle.bmc.resourceanalytics.requests -
-
Uses of UpdateTenancyAttachmentRequest in com.oracle.bmc.resourceanalytics
Methods in com.oracle.bmc.resourceanalytics with parameters of type UpdateTenancyAttachmentRequest Modifier and Type Method Description UpdateTenancyAttachmentResponse
TenancyAttachment. updateTenancyAttachment(UpdateTenancyAttachmentRequest request)
Updates a TenancyAttachment.Future<UpdateTenancyAttachmentResponse>
TenancyAttachmentAsync. updateTenancyAttachment(UpdateTenancyAttachmentRequest request, AsyncHandler<UpdateTenancyAttachmentRequest,UpdateTenancyAttachmentResponse> handler)
Updates a TenancyAttachment.Future<UpdateTenancyAttachmentResponse>
TenancyAttachmentAsyncClient. updateTenancyAttachment(UpdateTenancyAttachmentRequest request, AsyncHandler<UpdateTenancyAttachmentRequest,UpdateTenancyAttachmentResponse> handler)
UpdateTenancyAttachmentResponse
TenancyAttachmentClient. updateTenancyAttachment(UpdateTenancyAttachmentRequest request)
Method parameters in com.oracle.bmc.resourceanalytics with type arguments of type UpdateTenancyAttachmentRequest Modifier and Type Method Description Future<UpdateTenancyAttachmentResponse>
TenancyAttachmentAsync. updateTenancyAttachment(UpdateTenancyAttachmentRequest request, AsyncHandler<UpdateTenancyAttachmentRequest,UpdateTenancyAttachmentResponse> handler)
Updates a TenancyAttachment.Future<UpdateTenancyAttachmentResponse>
TenancyAttachmentAsyncClient. updateTenancyAttachment(UpdateTenancyAttachmentRequest request, AsyncHandler<UpdateTenancyAttachmentRequest,UpdateTenancyAttachmentResponse> handler)
-
Uses of UpdateTenancyAttachmentRequest in com.oracle.bmc.resourceanalytics.requests
Methods in com.oracle.bmc.resourceanalytics.requests that return UpdateTenancyAttachmentRequest Modifier and Type Method Description UpdateTenancyAttachmentRequest
UpdateTenancyAttachmentRequest.Builder. build()
Build the instance of UpdateTenancyAttachmentRequest as configured by this builderUpdateTenancyAttachmentRequest
UpdateTenancyAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTenancyAttachmentRequest as configured by this builderMethods in com.oracle.bmc.resourceanalytics.requests with parameters of type UpdateTenancyAttachmentRequest Modifier and Type Method Description UpdateTenancyAttachmentRequest.Builder
UpdateTenancyAttachmentRequest.Builder. copy(UpdateTenancyAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-