Package | Description |
---|---|
com.oracle.bmc.ocvp | |
com.oracle.bmc.ocvp.requests |
Modifier and Type | Method and Description |
---|---|
ListSddcsResponse |
SddcClient.listSddcs(ListSddcsRequest request) |
ListSddcsResponse |
Sddc.listSddcs(ListSddcsRequest request)
Lists the SDDCs in the specified compartment.
|
Future<ListSddcsResponse> |
SddcAsync.listSddcs(ListSddcsRequest request,
AsyncHandler<ListSddcsRequest,ListSddcsResponse> handler)
Lists the SDDCs in the specified compartment.
|
Future<ListSddcsResponse> |
SddcAsyncClient.listSddcs(ListSddcsRequest request,
AsyncHandler<ListSddcsRequest,ListSddcsResponse> handler) |
Iterable<SddcSummary> |
SddcPaginators.listSddcsRecordIterator(ListSddcsRequest request)
Creates a new iterable which will iterate over the
SddcSummary objects contained in responses from the listSddcs
operation. |
Iterable<ListSddcsResponse> |
SddcPaginators.listSddcsResponseIterator(ListSddcsRequest request)
Creates a new iterable which will iterate over the responses received from the listSddcs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListSddcsResponse> |
SddcAsync.listSddcs(ListSddcsRequest request,
AsyncHandler<ListSddcsRequest,ListSddcsResponse> handler)
Lists the SDDCs in the specified compartment.
|
Future<ListSddcsResponse> |
SddcAsyncClient.listSddcs(ListSddcsRequest request,
AsyncHandler<ListSddcsRequest,ListSddcsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListSddcsRequest |
ListSddcsRequest.Builder.build()
Build the instance of ListSddcsRequest as configured by this builder
|
ListSddcsRequest |
ListSddcsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListSddcsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListSddcsRequest.Builder |
ListSddcsRequest.Builder.copy(ListSddcsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.