Uses of Class
com.oracle.bmc.osmanagement.responses.GetModuleStreamProfileResponse
-
Packages that use GetModuleStreamProfileResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of GetModuleStreamProfileResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return GetModuleStreamProfileResponse Modifier and Type Method Description GetModuleStreamProfileResponse
OsManagement. getModuleStreamProfile(GetModuleStreamProfileRequest request)
Retrieve a detailed description of a module stream profile from a software source.GetModuleStreamProfileResponse
OsManagementClient. getModuleStreamProfile(GetModuleStreamProfileRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type GetModuleStreamProfileResponse Modifier and Type Method Description Future<GetModuleStreamProfileResponse>
OsManagementAsync. getModuleStreamProfile(GetModuleStreamProfileRequest request, AsyncHandler<GetModuleStreamProfileRequest,GetModuleStreamProfileResponse> handler)
Retrieve a detailed description of a module stream profile from a software source.Future<GetModuleStreamProfileResponse>
OsManagementAsyncClient. getModuleStreamProfile(GetModuleStreamProfileRequest request, AsyncHandler<GetModuleStreamProfileRequest,GetModuleStreamProfileResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetModuleStreamProfileResponse Modifier and Type Method Description Future<GetModuleStreamProfileResponse>
OsManagementAsync. getModuleStreamProfile(GetModuleStreamProfileRequest request, AsyncHandler<GetModuleStreamProfileRequest,GetModuleStreamProfileResponse> handler)
Retrieve a detailed description of a module stream profile from a software source.Future<GetModuleStreamProfileResponse>
OsManagementAsyncClient. getModuleStreamProfile(GetModuleStreamProfileRequest request, AsyncHandler<GetModuleStreamProfileRequest,GetModuleStreamProfileResponse> handler)
-
Uses of GetModuleStreamProfileResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return GetModuleStreamProfileResponse Modifier and Type Method Description GetModuleStreamProfileResponse
GetModuleStreamProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.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.
-