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