Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
ListVnicAttachmentsResponse |
ComputeClient.listVnicAttachments(ListVnicAttachmentsRequest request) |
ListVnicAttachmentsResponse |
Compute.listVnicAttachments(ListVnicAttachmentsRequest request)
Lists the VNIC attachments in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
Future<ListVnicAttachmentsResponse> |
ComputeAsyncClient.listVnicAttachments(ListVnicAttachmentsRequest request,
AsyncHandler<ListVnicAttachmentsRequest,ListVnicAttachmentsResponse> handler) |
Future<ListVnicAttachmentsResponse> |
ComputeAsync.listVnicAttachments(ListVnicAttachmentsRequest request,
AsyncHandler<ListVnicAttachmentsRequest,ListVnicAttachmentsResponse> handler)
Lists the VNIC attachments in the specified compartment.
|
Iterable<ListVnicAttachmentsResponse> |
ComputePaginators.listVnicAttachmentsResponseIterator(ListVnicAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the
listVnicAttachments operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListVnicAttachmentsResponse> |
ComputeAsyncClient.listVnicAttachments(ListVnicAttachmentsRequest request,
AsyncHandler<ListVnicAttachmentsRequest,ListVnicAttachmentsResponse> handler) |
Future<ListVnicAttachmentsResponse> |
ComputeAsync.listVnicAttachments(ListVnicAttachmentsRequest request,
AsyncHandler<ListVnicAttachmentsRequest,ListVnicAttachmentsResponse> handler)
Lists the VNIC attachments in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListVnicAttachmentsResponse |
ListVnicAttachmentsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListVnicAttachmentsResponse.Builder |
ListVnicAttachmentsResponse.Builder.copy(ListVnicAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.