Uses of Class
com.oracle.bmc.identity.model.CreateTagDetails
-
Packages that use CreateTagDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of CreateTagDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return CreateTagDetails Modifier and Type Method Description CreateTagDetailsCreateTagDetails.Builder. build()Methods in com.oracle.bmc.identity.model with parameters of type CreateTagDetails Modifier and Type Method Description CreateTagDetails.BuilderCreateTagDetails.Builder. copy(CreateTagDetails model) -
Uses of CreateTagDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateTagDetails Modifier and Type Method Description CreateTagDetailsCreateTagRequest. getBody$()Alternative accessor for the body parameter.CreateTagDetailsCreateTagRequest. getCreateTagDetails()Request object for creating a new tag in the specified tag namespace.Methods in com.oracle.bmc.identity.requests with parameters of type CreateTagDetails Modifier and Type Method Description CreateTagRequest.BuilderCreateTagRequest.Builder. body$(CreateTagDetails body)Alternative setter for the body parameter.CreateTagRequest.BuilderCreateTagRequest.Builder. createTagDetails(CreateTagDetails createTagDetails)Request object for creating a new tag in the specified tag namespace.
-