Uses of Class
com.oracle.bmc.osmanagementhub.responses.CreateProfileResponse
-
Packages that use CreateProfileResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of CreateProfileResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return CreateProfileResponse Modifier and Type Method Description CreateProfileResponse
Onboarding. createProfile(CreateProfileRequest request)
Creates a registration profile.CreateProfileResponse
OnboardingClient. createProfile(CreateProfileRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type CreateProfileResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type CreateProfileResponse 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 CreateProfileResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return CreateProfileResponse Modifier and Type Method Description CreateProfileResponse
CreateProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type CreateProfileResponse Modifier and Type Method Description CreateProfileResponse.Builder
CreateProfileResponse.Builder. copy(CreateProfileResponse o)
Copy method to populate the builder with values from the given instance.
-