Uses of Class
com.oracle.bmc.osmanagementhub.responses.UpdateProfileResponse
-
Packages that use UpdateProfileResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of UpdateProfileResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return UpdateProfileResponse Modifier and Type Method Description UpdateProfileResponse
Onboarding. updateProfile(UpdateProfileRequest request)
Updates the specified profile’s name, description, and tags.UpdateProfileResponse
OnboardingClient. updateProfile(UpdateProfileRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdateProfileResponse Modifier and Type Method Description Future<UpdateProfileResponse>
OnboardingAsync. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
Updates the specified profile’s name, description, and tags.Future<UpdateProfileResponse>
OnboardingAsyncClient. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateProfileResponse Modifier and Type Method Description Future<UpdateProfileResponse>
OnboardingAsync. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
Updates the specified profile’s name, description, and tags.Future<UpdateProfileResponse>
OnboardingAsyncClient. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
-
Uses of UpdateProfileResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return UpdateProfileResponse Modifier and Type Method Description UpdateProfileResponse
UpdateProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type UpdateProfileResponse Modifier and Type Method Description UpdateProfileResponse.Builder
UpdateProfileResponse.Builder. copy(UpdateProfileResponse o)
Copy method to populate the builder with values from the given instance.
-