Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetProfileVersionRequest
-
Packages that use GetProfileVersionRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetProfileVersionRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type GetProfileVersionRequest Modifier and Type Method Description GetProfileVersionResponse
Onboarding. getProfileVersion(GetProfileVersionRequest request)
Returns information about the version of the specified registration profile.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)
GetProfileVersionResponse
OnboardingClient. getProfileVersion(GetProfileVersionRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetProfileVersionRequest 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 GetProfileVersionRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetProfileVersionRequest Modifier and Type Method Description GetProfileVersionRequest
GetProfileVersionRequest.Builder. build()
Build the instance of GetProfileVersionRequest as configured by this builderGetProfileVersionRequest
GetProfileVersionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProfileVersionRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetProfileVersionRequest Modifier and Type Method Description GetProfileVersionRequest.Builder
GetProfileVersionRequest.Builder. copy(GetProfileVersionRequest o)
Copy method to populate the builder with values from the given instance.
-