Uses of Class
com.oracle.bmc.osmanagement.model.CreateSoftwareSourceDetails
-
Packages that use CreateSoftwareSourceDetails Package Description com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.requests -
-
Uses of CreateSoftwareSourceDetails in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return CreateSoftwareSourceDetails Modifier and Type Method Description CreateSoftwareSourceDetails
CreateSoftwareSourceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type CreateSoftwareSourceDetails Modifier and Type Method Description CreateSoftwareSourceDetails.Builder
CreateSoftwareSourceDetails.Builder. copy(CreateSoftwareSourceDetails model)
-
Uses of CreateSoftwareSourceDetails in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return CreateSoftwareSourceDetails Modifier and Type Method Description CreateSoftwareSourceDetails
CreateSoftwareSourceRequest. getBody$()
Alternative accessor for the body parameter.CreateSoftwareSourceDetails
CreateSoftwareSourceRequest. getCreateSoftwareSourceDetails()
Details about a Sofware Source to createMethods in com.oracle.bmc.osmanagement.requests with parameters of type CreateSoftwareSourceDetails Modifier and Type Method Description CreateSoftwareSourceRequest.Builder
CreateSoftwareSourceRequest.Builder. body$(CreateSoftwareSourceDetails body)
Alternative setter for the body parameter.CreateSoftwareSourceRequest.Builder
CreateSoftwareSourceRequest.Builder. createSoftwareSourceDetails(CreateSoftwareSourceDetails createSoftwareSourceDetails)
Details about a Sofware Source to create
-