Uses of Class
com.oracle.bmc.core.responses.GetVnicAttachmentResponse
-
Packages that use GetVnicAttachmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetVnicAttachmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetVnicAttachmentResponse Modifier and Type Method Description GetVnicAttachmentResponse
Compute. getVnicAttachment(GetVnicAttachmentRequest request)
Gets the information for the specified VNIC attachment.GetVnicAttachmentResponse
ComputeClient. getVnicAttachment(GetVnicAttachmentRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetVnicAttachmentResponse Modifier and Type Method Description Future<GetVnicAttachmentResponse>
ComputeAsync. getVnicAttachment(GetVnicAttachmentRequest request, AsyncHandler<GetVnicAttachmentRequest,GetVnicAttachmentResponse> handler)
Gets the information for the specified VNIC attachment.Future<GetVnicAttachmentResponse>
ComputeAsyncClient. getVnicAttachment(GetVnicAttachmentRequest request, AsyncHandler<GetVnicAttachmentRequest,GetVnicAttachmentResponse> handler)
-
Uses of GetVnicAttachmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetVnicAttachmentResponse Modifier and Type Method Description GetVnicAttachmentResponse
GetVnicAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetVnicAttachmentResponse Modifier and Type Method Description GetVnicAttachmentResponse.Builder
GetVnicAttachmentResponse.Builder. copy(GetVnicAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-