Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetModuleStreamProfileResponse
-
Packages that use GetModuleStreamProfileResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetModuleStreamProfileResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetModuleStreamProfileResponse Modifier and Type Method Description GetModuleStreamProfileResponse
SoftwareSource. getModuleStreamProfile(GetModuleStreamProfileRequest request)
Returns information about the specified module stream profile in a software source.GetModuleStreamProfileResponse
SoftwareSourceClient. getModuleStreamProfile(GetModuleStreamProfileRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetModuleStreamProfileResponse Modifier and Type Method Description Future<GetModuleStreamProfileResponse>
SoftwareSourceAsync. getModuleStreamProfile(GetModuleStreamProfileRequest request, AsyncHandler<GetModuleStreamProfileRequest,GetModuleStreamProfileResponse> handler)
Returns information about the specified module stream profile in a software source.Future<GetModuleStreamProfileResponse>
SoftwareSourceAsyncClient. getModuleStreamProfile(GetModuleStreamProfileRequest request, AsyncHandler<GetModuleStreamProfileRequest,GetModuleStreamProfileResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetModuleStreamProfileResponse Modifier and Type Method Description Future<GetModuleStreamProfileResponse>
SoftwareSourceAsync. getModuleStreamProfile(GetModuleStreamProfileRequest request, AsyncHandler<GetModuleStreamProfileRequest,GetModuleStreamProfileResponse> handler)
Returns information about the specified module stream profile in a software source.Future<GetModuleStreamProfileResponse>
SoftwareSourceAsyncClient. getModuleStreamProfile(GetModuleStreamProfileRequest request, AsyncHandler<GetModuleStreamProfileRequest,GetModuleStreamProfileResponse> handler)
-
Uses of GetModuleStreamProfileResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetModuleStreamProfileResponse Modifier and Type Method Description GetModuleStreamProfileResponse
GetModuleStreamProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetModuleStreamProfileResponse Modifier and Type Method Description GetModuleStreamProfileResponse.Builder
GetModuleStreamProfileResponse.Builder. copy(GetModuleStreamProfileResponse o)
Copy method to populate the builder with values from the given instance.
-