Uses of Class
com.oracle.bmc.osmanagementhub.responses.AttachProfileToManagedInstanceResponse
-
Packages that use AttachProfileToManagedInstanceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of AttachProfileToManagedInstanceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return AttachProfileToManagedInstanceResponse Modifier and Type Method Description AttachProfileToManagedInstanceResponse
ManagedInstance. attachProfileToManagedInstance(AttachProfileToManagedInstanceRequest request)
Adds profile to a managed instance.AttachProfileToManagedInstanceResponse
ManagedInstanceClient. attachProfileToManagedInstance(AttachProfileToManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type AttachProfileToManagedInstanceResponse Modifier and Type Method Description Future<AttachProfileToManagedInstanceResponse>
ManagedInstanceAsync. attachProfileToManagedInstance(AttachProfileToManagedInstanceRequest request, AsyncHandler<AttachProfileToManagedInstanceRequest,AttachProfileToManagedInstanceResponse> handler)
Adds profile to a managed instance.Future<AttachProfileToManagedInstanceResponse>
ManagedInstanceAsyncClient. attachProfileToManagedInstance(AttachProfileToManagedInstanceRequest request, AsyncHandler<AttachProfileToManagedInstanceRequest,AttachProfileToManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type AttachProfileToManagedInstanceResponse Modifier and Type Method Description Future<AttachProfileToManagedInstanceResponse>
ManagedInstanceAsync. attachProfileToManagedInstance(AttachProfileToManagedInstanceRequest request, AsyncHandler<AttachProfileToManagedInstanceRequest,AttachProfileToManagedInstanceResponse> handler)
Adds profile to a managed instance.Future<AttachProfileToManagedInstanceResponse>
ManagedInstanceAsyncClient. attachProfileToManagedInstance(AttachProfileToManagedInstanceRequest request, AsyncHandler<AttachProfileToManagedInstanceRequest,AttachProfileToManagedInstanceResponse> handler)
-
Uses of AttachProfileToManagedInstanceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return AttachProfileToManagedInstanceResponse Modifier and Type Method Description AttachProfileToManagedInstanceResponse
AttachProfileToManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type AttachProfileToManagedInstanceResponse Modifier and Type Method Description AttachProfileToManagedInstanceResponse.Builder
AttachProfileToManagedInstanceResponse.Builder. copy(AttachProfileToManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-