Uses of Class
com.oracle.bmc.osmanagementhub.requests.AttachProfileToManagedInstanceRequest
-
Packages that use AttachProfileToManagedInstanceRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachProfileToManagedInstanceRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type AttachProfileToManagedInstanceRequest Modifier and Type Method Description AttachProfileToManagedInstanceResponse
ManagedInstance. attachProfileToManagedInstance(AttachProfileToManagedInstanceRequest request)
Adds profile to a managed instance.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)
AttachProfileToManagedInstanceResponse
ManagedInstanceClient. attachProfileToManagedInstance(AttachProfileToManagedInstanceRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type AttachProfileToManagedInstanceRequest 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 AttachProfileToManagedInstanceRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachProfileToManagedInstanceRequest Modifier and Type Method Description AttachProfileToManagedInstanceRequest
AttachProfileToManagedInstanceRequest.Builder. build()
Build the instance of AttachProfileToManagedInstanceRequest as configured by this builderAttachProfileToManagedInstanceRequest
AttachProfileToManagedInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachProfileToManagedInstanceRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachProfileToManagedInstanceRequest Modifier and Type Method Description AttachProfileToManagedInstanceRequest.Builder
AttachProfileToManagedInstanceRequest.Builder. copy(AttachProfileToManagedInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-