Uses of Class
com.oracle.bmc.osmanagementhub.requests.CreateProfileRequest
-
Packages that use CreateProfileRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of CreateProfileRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type CreateProfileRequest Modifier and Type Method Description CreateProfileResponse
Onboarding. createProfile(CreateProfileRequest request)
Creates a registration profile.Future<CreateProfileResponse>
OnboardingAsync. createProfile(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResponse> handler)
Creates a registration profile.Future<CreateProfileResponse>
OnboardingAsyncClient. createProfile(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResponse> handler)
CreateProfileResponse
OnboardingClient. createProfile(CreateProfileRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type CreateProfileRequest Modifier and Type Method Description Future<CreateProfileResponse>
OnboardingAsync. createProfile(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResponse> handler)
Creates a registration profile.Future<CreateProfileResponse>
OnboardingAsyncClient. createProfile(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResponse> handler)
-
Uses of CreateProfileRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return CreateProfileRequest Modifier and Type Method Description CreateProfileRequest
CreateProfileRequest.Builder. build()
Build the instance of CreateProfileRequest as configured by this builderCreateProfileRequest
CreateProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateProfileRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateProfileRequest Modifier and Type Method Description CreateProfileRequest.Builder
CreateProfileRequest.Builder. copy(CreateProfileRequest o)
Copy method to populate the builder with values from the given instance.
-