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