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