Uses of Class
com.oracle.bmc.filestorage.model.CreateMountTargetDetails
-
Packages that use CreateMountTargetDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of CreateMountTargetDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return CreateMountTargetDetails Modifier and Type Method Description CreateMountTargetDetails
CreateMountTargetDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type CreateMountTargetDetails Modifier and Type Method Description CreateMountTargetDetails.Builder
CreateMountTargetDetails.Builder. copy(CreateMountTargetDetails model)
-
Uses of CreateMountTargetDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateMountTargetDetails Modifier and Type Method Description CreateMountTargetDetails
CreateMountTargetRequest. getBody$()
Alternative accessor for the body parameter.CreateMountTargetDetails
CreateMountTargetRequest. getCreateMountTargetDetails()
Details for creating a new mount target.Methods in com.oracle.bmc.filestorage.requests with parameters of type CreateMountTargetDetails Modifier and Type Method Description CreateMountTargetRequest.Builder
CreateMountTargetRequest.Builder. body$(CreateMountTargetDetails body)
Alternative setter for the body parameter.CreateMountTargetRequest.Builder
CreateMountTargetRequest.Builder. createMountTargetDetails(CreateMountTargetDetails createMountTargetDetails)
Details for creating a new mount target.
-