Uses of Class
com.oracle.bmc.osmanagementhub.requests.UpdateProfileRequest
-
Packages that use UpdateProfileRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateProfileRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type UpdateProfileRequest Modifier and Type Method Description UpdateProfileResponse
Onboarding. updateProfile(UpdateProfileRequest request)
Updates the specified profile’s name, description, and tags.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)
UpdateProfileResponse
OnboardingClient. updateProfile(UpdateProfileRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateProfileRequest 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 UpdateProfileRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateProfileRequest Modifier and Type Method Description UpdateProfileRequest
UpdateProfileRequest.Builder. build()
Build the instance of UpdateProfileRequest as configured by this builderUpdateProfileRequest
UpdateProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProfileRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateProfileRequest Modifier and Type Method Description UpdateProfileRequest.Builder
UpdateProfileRequest.Builder. copy(UpdateProfileRequest o)
Copy method to populate the builder with values from the given instance.
-