Uses of Class
com.oracle.bmc.osmanagementhub.responses.ChangeAvailabilityOfSoftwareSourcesResponse
-
Packages that use ChangeAvailabilityOfSoftwareSourcesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ChangeAvailabilityOfSoftwareSourcesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ChangeAvailabilityOfSoftwareSourcesResponse Modifier and Type Method Description ChangeAvailabilityOfSoftwareSourcesResponse
SoftwareSource. changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request)
Updates the availability for a list of specified software sources.ChangeAvailabilityOfSoftwareSourcesResponse
SoftwareSourceClient. changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ChangeAvailabilityOfSoftwareSourcesResponse Modifier and Type Method Description Future<ChangeAvailabilityOfSoftwareSourcesResponse>
SoftwareSourceAsync. changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request, AsyncHandler<ChangeAvailabilityOfSoftwareSourcesRequest,ChangeAvailabilityOfSoftwareSourcesResponse> handler)
Updates the availability for a list of specified software sources.Future<ChangeAvailabilityOfSoftwareSourcesResponse>
SoftwareSourceAsyncClient. changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request, AsyncHandler<ChangeAvailabilityOfSoftwareSourcesRequest,ChangeAvailabilityOfSoftwareSourcesResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ChangeAvailabilityOfSoftwareSourcesResponse Modifier and Type Method Description Future<ChangeAvailabilityOfSoftwareSourcesResponse>
SoftwareSourceAsync. changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request, AsyncHandler<ChangeAvailabilityOfSoftwareSourcesRequest,ChangeAvailabilityOfSoftwareSourcesResponse> handler)
Updates the availability for a list of specified software sources.Future<ChangeAvailabilityOfSoftwareSourcesResponse>
SoftwareSourceAsyncClient. changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request, AsyncHandler<ChangeAvailabilityOfSoftwareSourcesRequest,ChangeAvailabilityOfSoftwareSourcesResponse> handler)
-
Uses of ChangeAvailabilityOfSoftwareSourcesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ChangeAvailabilityOfSoftwareSourcesResponse Modifier and Type Method Description ChangeAvailabilityOfSoftwareSourcesResponse
ChangeAvailabilityOfSoftwareSourcesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ChangeAvailabilityOfSoftwareSourcesResponse Modifier and Type Method Description ChangeAvailabilityOfSoftwareSourcesResponse.Builder
ChangeAvailabilityOfSoftwareSourcesResponse.Builder. copy(ChangeAvailabilityOfSoftwareSourcesResponse o)
Copy method to populate the builder with values from the given instance.
-