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 theDrgAttachmentobjects 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 DrgAttachmentDrgAttachment.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type DrgAttachment Modifier and Type Method Description DrgAttachment.BuilderDrgAttachment.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 DrgAttachmentCreateDrgAttachmentResponse. getDrgAttachment()The returned DrgAttachment instance.DrgAttachmentGetDrgAttachmentResponse. getDrgAttachment()The returned DrgAttachment instance.DrgAttachmentRemoveExportDrgRouteDistributionResponse. getDrgAttachment()The returned DrgAttachment instance.DrgAttachmentUpdateDrgAttachmentResponse. 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.BuilderCreateDrgAttachmentResponse.Builder. drgAttachment(DrgAttachment drgAttachment)The returned DrgAttachment instance.GetDrgAttachmentResponse.BuilderGetDrgAttachmentResponse.Builder. drgAttachment(DrgAttachment drgAttachment)The returned DrgAttachment instance.RemoveExportDrgRouteDistributionResponse.BuilderRemoveExportDrgRouteDistributionResponse.Builder. drgAttachment(DrgAttachment drgAttachment)The returned DrgAttachment instance.UpdateDrgAttachmentResponse.BuilderUpdateDrgAttachmentResponse.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.BuilderListDrgAttachmentsResponse.Builder. items(List<DrgAttachment> items)A list of com.oracle.bmc.core.model.DrgAttachment instances.
-