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 CreateTagDetails
CreateTagDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type CreateTagDetails Modifier and Type Method Description CreateTagDetails.Builder
CreateTagDetails.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 CreateTagDetails
CreateTagRequest. getBody$()
Alternative accessor for the body parameter.CreateTagDetails
CreateTagRequest. 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.Builder
CreateTagRequest.Builder. body$(CreateTagDetails body)
Alternative setter for the body parameter.CreateTagRequest.Builder
CreateTagRequest.Builder. createTagDetails(CreateTagDetails createTagDetails)
Request object for creating a new tag in the specified tag namespace.
-