Uses of Class
com.oracle.bmc.osmanagementhub.model.ChangeAvailabilityOfSoftwareSourcesDetails
-
Packages that use ChangeAvailabilityOfSoftwareSourcesDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ChangeAvailabilityOfSoftwareSourcesDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ChangeAvailabilityOfSoftwareSourcesDetails Modifier and Type Method Description ChangeAvailabilityOfSoftwareSourcesDetails
ChangeAvailabilityOfSoftwareSourcesDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ChangeAvailabilityOfSoftwareSourcesDetails Modifier and Type Method Description ChangeAvailabilityOfSoftwareSourcesDetails.Builder
ChangeAvailabilityOfSoftwareSourcesDetails.Builder. copy(ChangeAvailabilityOfSoftwareSourcesDetails model)
-
Uses of ChangeAvailabilityOfSoftwareSourcesDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ChangeAvailabilityOfSoftwareSourcesDetails Modifier and Type Method Description ChangeAvailabilityOfSoftwareSourcesDetails
ChangeAvailabilityOfSoftwareSourcesRequest. getBody$()
Alternative accessor for the body parameter.ChangeAvailabilityOfSoftwareSourcesDetails
ChangeAvailabilityOfSoftwareSourcesRequest. getChangeAvailabilityOfSoftwareSourcesDetails()
Request body that contains a list of software sources whose availability needs to be updated.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ChangeAvailabilityOfSoftwareSourcesDetails Modifier and Type Method Description ChangeAvailabilityOfSoftwareSourcesRequest.Builder
ChangeAvailabilityOfSoftwareSourcesRequest.Builder. body$(ChangeAvailabilityOfSoftwareSourcesDetails body)
Alternative setter for the body parameter.ChangeAvailabilityOfSoftwareSourcesRequest.Builder
ChangeAvailabilityOfSoftwareSourcesRequest.Builder. changeAvailabilityOfSoftwareSourcesDetails(ChangeAvailabilityOfSoftwareSourcesDetails changeAvailabilityOfSoftwareSourcesDetails)
Request body that contains a list of software sources whose availability needs to be updated.
-