Uses of Class
com.oracle.bmc.fusionapps.responses.GetServiceAttachmentResponse
-
Packages that use GetServiceAttachmentResponse Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.responses -
-
Uses of GetServiceAttachmentResponse in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return GetServiceAttachmentResponse Modifier and Type Method Description GetServiceAttachmentResponse
FusionApplications. getServiceAttachment(GetServiceAttachmentRequest request)
Gets a Service Attachment by identifierGetServiceAttachmentResponse
FusionApplicationsClient. getServiceAttachment(GetServiceAttachmentRequest request)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type GetServiceAttachmentResponse Modifier and Type Method Description Future<GetServiceAttachmentResponse>
FusionApplicationsAsync. getServiceAttachment(GetServiceAttachmentRequest request, AsyncHandler<GetServiceAttachmentRequest,GetServiceAttachmentResponse> handler)
Gets a Service Attachment by identifierFuture<GetServiceAttachmentResponse>
FusionApplicationsAsyncClient. getServiceAttachment(GetServiceAttachmentRequest request, AsyncHandler<GetServiceAttachmentRequest,GetServiceAttachmentResponse> handler)
-
Uses of GetServiceAttachmentResponse in com.oracle.bmc.fusionapps.responses
Methods in com.oracle.bmc.fusionapps.responses that return GetServiceAttachmentResponse Modifier and Type Method Description GetServiceAttachmentResponse
GetServiceAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fusionapps.responses with parameters of type GetServiceAttachmentResponse Modifier and Type Method Description GetServiceAttachmentResponse.Builder
GetServiceAttachmentResponse.Builder. copy(GetServiceAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-