Uses of Class
com.oracle.bmc.resourceanalytics.model.UpdateTenancyAttachmentDetails
-
Packages that use UpdateTenancyAttachmentDetails Package Description com.oracle.bmc.resourceanalytics.model com.oracle.bmc.resourceanalytics.requests -
-
Uses of UpdateTenancyAttachmentDetails in com.oracle.bmc.resourceanalytics.model
Methods in com.oracle.bmc.resourceanalytics.model that return UpdateTenancyAttachmentDetails Modifier and Type Method Description UpdateTenancyAttachmentDetails
UpdateTenancyAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.resourceanalytics.model with parameters of type UpdateTenancyAttachmentDetails Modifier and Type Method Description UpdateTenancyAttachmentDetails.Builder
UpdateTenancyAttachmentDetails.Builder. copy(UpdateTenancyAttachmentDetails model)
-
Uses of UpdateTenancyAttachmentDetails in com.oracle.bmc.resourceanalytics.requests
Methods in com.oracle.bmc.resourceanalytics.requests that return UpdateTenancyAttachmentDetails Modifier and Type Method Description UpdateTenancyAttachmentDetails
UpdateTenancyAttachmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateTenancyAttachmentDetails
UpdateTenancyAttachmentRequest. getUpdateTenancyAttachmentDetails()
The information to be updated.Methods in com.oracle.bmc.resourceanalytics.requests with parameters of type UpdateTenancyAttachmentDetails Modifier and Type Method Description UpdateTenancyAttachmentRequest.Builder
UpdateTenancyAttachmentRequest.Builder. body$(UpdateTenancyAttachmentDetails body)
Alternative setter for the body parameter.UpdateTenancyAttachmentRequest.Builder
UpdateTenancyAttachmentRequest.Builder. updateTenancyAttachmentDetails(UpdateTenancyAttachmentDetails updateTenancyAttachmentDetails)
The information to be updated.
-