Uses of Class
com.oracle.bmc.oda.responses.GetOdaInstanceAttachmentResponse
-
Packages that use GetOdaInstanceAttachmentResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of GetOdaInstanceAttachmentResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return GetOdaInstanceAttachmentResponse Modifier and Type Method Description GetOdaInstanceAttachmentResponse
Oda. getOdaInstanceAttachment(GetOdaInstanceAttachmentRequest request)
Gets an ODA instance attachment by identifierGetOdaInstanceAttachmentResponse
OdaClient. getOdaInstanceAttachment(GetOdaInstanceAttachmentRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type GetOdaInstanceAttachmentResponse Modifier and Type Method Description Future<GetOdaInstanceAttachmentResponse>
OdaAsync. getOdaInstanceAttachment(GetOdaInstanceAttachmentRequest request, AsyncHandler<GetOdaInstanceAttachmentRequest,GetOdaInstanceAttachmentResponse> handler)
Gets an ODA instance attachment by identifierFuture<GetOdaInstanceAttachmentResponse>
OdaAsyncClient. getOdaInstanceAttachment(GetOdaInstanceAttachmentRequest request, AsyncHandler<GetOdaInstanceAttachmentRequest,GetOdaInstanceAttachmentResponse> handler)
-
Uses of GetOdaInstanceAttachmentResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return GetOdaInstanceAttachmentResponse Modifier and Type Method Description GetOdaInstanceAttachmentResponse
GetOdaInstanceAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type GetOdaInstanceAttachmentResponse Modifier and Type Method Description GetOdaInstanceAttachmentResponse.Builder
GetOdaInstanceAttachmentResponse.Builder. copy(GetOdaInstanceAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-