Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetSoftwareSourceManifestResponse
-
Packages that use GetSoftwareSourceManifestResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetSoftwareSourceManifestResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetSoftwareSourceManifestResponse Modifier and Type Method Description GetSoftwareSourceManifestResponse
SoftwareSource. getSoftwareSourceManifest(GetSoftwareSourceManifestRequest request)
Returns an archive containing the list of packages in the software source.GetSoftwareSourceManifestResponse
SoftwareSourceClient. getSoftwareSourceManifest(GetSoftwareSourceManifestRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetSoftwareSourceManifestResponse Modifier and Type Method Description Future<GetSoftwareSourceManifestResponse>
SoftwareSourceAsync. getSoftwareSourceManifest(GetSoftwareSourceManifestRequest request, AsyncHandler<GetSoftwareSourceManifestRequest,GetSoftwareSourceManifestResponse> handler)
Returns an archive containing the list of packages in the software source.Future<GetSoftwareSourceManifestResponse>
SoftwareSourceAsyncClient. getSoftwareSourceManifest(GetSoftwareSourceManifestRequest request, AsyncHandler<GetSoftwareSourceManifestRequest,GetSoftwareSourceManifestResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetSoftwareSourceManifestResponse Modifier and Type Method Description Future<GetSoftwareSourceManifestResponse>
SoftwareSourceAsync. getSoftwareSourceManifest(GetSoftwareSourceManifestRequest request, AsyncHandler<GetSoftwareSourceManifestRequest,GetSoftwareSourceManifestResponse> handler)
Returns an archive containing the list of packages in the software source.Future<GetSoftwareSourceManifestResponse>
SoftwareSourceAsyncClient. getSoftwareSourceManifest(GetSoftwareSourceManifestRequest request, AsyncHandler<GetSoftwareSourceManifestRequest,GetSoftwareSourceManifestResponse> handler)
-
Uses of GetSoftwareSourceManifestResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetSoftwareSourceManifestResponse Modifier and Type Method Description GetSoftwareSourceManifestResponse
GetSoftwareSourceManifestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetSoftwareSourceManifestResponse Modifier and Type Method Description GetSoftwareSourceManifestResponse.Builder
GetSoftwareSourceManifestResponse.Builder. copy(GetSoftwareSourceManifestResponse o)
Copy method to populate the builder with values from the given instance.
-