Uses of Class
com.oracle.bmc.core.model.DrgAttachment
-
Packages that use DrgAttachment Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of DrgAttachment in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type DrgAttachment Modifier and Type Method Description Iterable<DrgAttachment>
VirtualNetworkPaginators. listDrgAttachmentsRecordIterator(ListDrgAttachmentsRequest request)
Creates a new iterable which will iterate over theDrgAttachment
objects contained in responses from the listDrgAttachments operation. -
Uses of DrgAttachment in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DrgAttachment Modifier and Type Method Description DrgAttachment
DrgAttachment.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type DrgAttachment Modifier and Type Method Description DrgAttachment.Builder
DrgAttachment.Builder. copy(DrgAttachment model)
-
Uses of DrgAttachment in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DrgAttachment Modifier and Type Method Description DrgAttachment
CreateDrgAttachmentResponse. getDrgAttachment()
The returned DrgAttachment instance.DrgAttachment
GetDrgAttachmentResponse. getDrgAttachment()
The returned DrgAttachment instance.DrgAttachment
RemoveExportDrgRouteDistributionResponse. getDrgAttachment()
The returned DrgAttachment instance.DrgAttachment
UpdateDrgAttachmentResponse. getDrgAttachment()
The returned DrgAttachment instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type DrgAttachment Modifier and Type Method Description List<DrgAttachment>
ListDrgAttachmentsResponse. getItems()
A list of com.oracle.bmc.core.model.DrgAttachment instances.Methods in com.oracle.bmc.core.responses with parameters of type DrgAttachment Modifier and Type Method Description CreateDrgAttachmentResponse.Builder
CreateDrgAttachmentResponse.Builder. drgAttachment(DrgAttachment drgAttachment)
The returned DrgAttachment instance.GetDrgAttachmentResponse.Builder
GetDrgAttachmentResponse.Builder. drgAttachment(DrgAttachment drgAttachment)
The returned DrgAttachment instance.RemoveExportDrgRouteDistributionResponse.Builder
RemoveExportDrgRouteDistributionResponse.Builder. drgAttachment(DrgAttachment drgAttachment)
The returned DrgAttachment instance.UpdateDrgAttachmentResponse.Builder
UpdateDrgAttachmentResponse.Builder. drgAttachment(DrgAttachment drgAttachment)
The returned DrgAttachment instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type DrgAttachment Modifier and Type Method Description ListDrgAttachmentsResponse.Builder
ListDrgAttachmentsResponse.Builder. items(List<DrgAttachment> items)
A list of com.oracle.bmc.core.model.DrgAttachment instances.
-