Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetProfileResponse
-
Packages that use GetProfileResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetProfileResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetProfileResponse Modifier and Type Method Description GetProfileResponse
Onboarding. getProfile(GetProfileRequest request)
Returns information about the specified registration profile.GetProfileResponse
OnboardingClient. getProfile(GetProfileRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetProfileResponse Modifier and Type Method Description Waiter<GetProfileRequest,GetProfileResponse>
OnboardingWaiters. forProfile(GetProfileRequest request, Profile.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProfileRequest,GetProfileResponse>
OnboardingWaiters. forProfile(GetProfileRequest request, Profile.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProfileRequest,GetProfileResponse>
OnboardingWaiters. forProfile(GetProfileRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Profile.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetProfileResponse>
OnboardingAsync. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Returns information about the specified registration profile.Future<GetProfileResponse>
OnboardingAsyncClient. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetProfileResponse Modifier and Type Method Description Future<GetProfileResponse>
OnboardingAsync. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Returns information about the specified registration profile.Future<GetProfileResponse>
OnboardingAsyncClient. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
-
Uses of GetProfileResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetProfileResponse Modifier and Type Method Description GetProfileResponse
GetProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetProfileResponse Modifier and Type Method Description GetProfileResponse.Builder
GetProfileResponse.Builder. copy(GetProfileResponse o)
Copy method to populate the builder with values from the given instance.
-