Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetSoftwareSourceManifestRequest
-
Packages that use GetSoftwareSourceManifestRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetSoftwareSourceManifestRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type GetSoftwareSourceManifestRequest Modifier and Type Method Description GetSoftwareSourceManifestResponse
SoftwareSource. getSoftwareSourceManifest(GetSoftwareSourceManifestRequest request)
Returns an archive containing the list of packages in the software source.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)
GetSoftwareSourceManifestResponse
SoftwareSourceClient. getSoftwareSourceManifest(GetSoftwareSourceManifestRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetSoftwareSourceManifestRequest 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 GetSoftwareSourceManifestRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetSoftwareSourceManifestRequest Modifier and Type Method Description GetSoftwareSourceManifestRequest
GetSoftwareSourceManifestRequest.Builder. build()
Build the instance of GetSoftwareSourceManifestRequest as configured by this builderGetSoftwareSourceManifestRequest
GetSoftwareSourceManifestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSoftwareSourceManifestRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetSoftwareSourceManifestRequest Modifier and Type Method Description GetSoftwareSourceManifestRequest.Builder
GetSoftwareSourceManifestRequest.Builder. copy(GetSoftwareSourceManifestRequest o)
Copy method to populate the builder with values from the given instance.
-