Uses of Class
com.oracle.bmc.osmanagementhub.responses.DeleteProfileResponse
-
Packages that use DeleteProfileResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of DeleteProfileResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return DeleteProfileResponse Modifier and Type Method Description DeleteProfileResponse
Onboarding. deleteProfile(DeleteProfileRequest request)
Deletes a specified registration profile.DeleteProfileResponse
OnboardingClient. deleteProfile(DeleteProfileRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type DeleteProfileResponse Modifier and Type Method Description Future<DeleteProfileResponse>
OnboardingAsync. deleteProfile(DeleteProfileRequest request, AsyncHandler<DeleteProfileRequest,DeleteProfileResponse> handler)
Deletes a specified registration profile.Future<DeleteProfileResponse>
OnboardingAsyncClient. deleteProfile(DeleteProfileRequest request, AsyncHandler<DeleteProfileRequest,DeleteProfileResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type DeleteProfileResponse Modifier and Type Method Description Future<DeleteProfileResponse>
OnboardingAsync. deleteProfile(DeleteProfileRequest request, AsyncHandler<DeleteProfileRequest,DeleteProfileResponse> handler)
Deletes a specified registration profile.Future<DeleteProfileResponse>
OnboardingAsyncClient. deleteProfile(DeleteProfileRequest request, AsyncHandler<DeleteProfileRequest,DeleteProfileResponse> handler)
-
Uses of DeleteProfileResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return DeleteProfileResponse Modifier and Type Method Description DeleteProfileResponse
DeleteProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type DeleteProfileResponse Modifier and Type Method Description DeleteProfileResponse.Builder
DeleteProfileResponse.Builder. copy(DeleteProfileResponse o)
Copy method to populate the builder with values from the given instance.
-