Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetProfileVersionResponse
-
Packages that use GetProfileVersionResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetProfileVersionResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetProfileVersionResponse Modifier and Type Method Description GetProfileVersionResponse
Onboarding. getProfileVersion(GetProfileVersionRequest request)
Returns information about the version of the specified registration profile.GetProfileVersionResponse
OnboardingClient. getProfileVersion(GetProfileVersionRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetProfileVersionResponse Modifier and Type Method Description Future<GetProfileVersionResponse>
OnboardingAsync. getProfileVersion(GetProfileVersionRequest request, AsyncHandler<GetProfileVersionRequest,GetProfileVersionResponse> handler)
Returns information about the version of the specified registration profile.Future<GetProfileVersionResponse>
OnboardingAsyncClient. getProfileVersion(GetProfileVersionRequest request, AsyncHandler<GetProfileVersionRequest,GetProfileVersionResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetProfileVersionResponse Modifier and Type Method Description Future<GetProfileVersionResponse>
OnboardingAsync. getProfileVersion(GetProfileVersionRequest request, AsyncHandler<GetProfileVersionRequest,GetProfileVersionResponse> handler)
Returns information about the version of the specified registration profile.Future<GetProfileVersionResponse>
OnboardingAsyncClient. getProfileVersion(GetProfileVersionRequest request, AsyncHandler<GetProfileVersionRequest,GetProfileVersionResponse> handler)
-
Uses of GetProfileVersionResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetProfileVersionResponse Modifier and Type Method Description GetProfileVersionResponse
GetProfileVersionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetProfileVersionResponse Modifier and Type Method Description GetProfileVersionResponse.Builder
GetProfileVersionResponse.Builder. copy(GetProfileVersionResponse o)
Copy method to populate the builder with values from the given instance.
-