Uses of Class
com.oracle.bmc.identity.model.UpdateTagDetails
-
Packages that use UpdateTagDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of UpdateTagDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UpdateTagDetails Modifier and Type Method Description UpdateTagDetails
UpdateTagDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type UpdateTagDetails Modifier and Type Method Description UpdateTagDetails.Builder
UpdateTagDetails.Builder. copy(UpdateTagDetails model)
-
Uses of UpdateTagDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateTagDetails Modifier and Type Method Description UpdateTagDetails
UpdateTagRequest. getBody$()
Alternative accessor for the body parameter.UpdateTagDetails
UpdateTagRequest. getUpdateTagDetails()
Request object for updating a tag.Methods in com.oracle.bmc.identity.requests with parameters of type UpdateTagDetails Modifier and Type Method Description UpdateTagRequest.Builder
UpdateTagRequest.Builder. body$(UpdateTagDetails body)
Alternative setter for the body parameter.UpdateTagRequest.Builder
UpdateTagRequest.Builder. updateTagDetails(UpdateTagDetails updateTagDetails)
Request object for updating a tag.
-