Uses of Class
com.oracle.bmc.identity.model.ImportStandardTagsDetails
-
Packages that use ImportStandardTagsDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of ImportStandardTagsDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return ImportStandardTagsDetails Modifier and Type Method Description ImportStandardTagsDetails
ImportStandardTagsDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type ImportStandardTagsDetails Modifier and Type Method Description ImportStandardTagsDetails.Builder
ImportStandardTagsDetails.Builder. copy(ImportStandardTagsDetails model)
-
Uses of ImportStandardTagsDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ImportStandardTagsDetails Modifier and Type Method Description ImportStandardTagsDetails
ImportStandardTagsRequest. getBody$()
Alternative accessor for the body parameter.ImportStandardTagsDetails
ImportStandardTagsRequest. getImportStandardTagsDetails()
The request object for creating or updating standard tag namespace.Methods in com.oracle.bmc.identity.requests with parameters of type ImportStandardTagsDetails Modifier and Type Method Description ImportStandardTagsRequest.Builder
ImportStandardTagsRequest.Builder. body$(ImportStandardTagsDetails body)
Alternative setter for the body parameter.ImportStandardTagsRequest.Builder
ImportStandardTagsRequest.Builder. importStandardTagsDetails(ImportStandardTagsDetails importStandardTagsDetails)
The request object for creating or updating standard tag namespace.
-