Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
ListShapesResponse |
Compute.listShapes(ListShapesRequest request)
Lists the shapes that can be used to launch an instance within the specified compartment.
|
ListShapesResponse |
ComputeClient.listShapes(ListShapesRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListShapesResponse> |
ComputeAsyncClient.listShapes(ListShapesRequest request,
AsyncHandler<ListShapesRequest,ListShapesResponse> handler) |
Future<ListShapesResponse> |
ComputeAsync.listShapes(ListShapesRequest request,
AsyncHandler<ListShapesRequest,ListShapesResponse> handler)
Lists the shapes that can be used to launch an instance within the specified compartment.
|
Iterable<ListShapesResponse> |
ComputePaginators.listShapesResponseIterator(ListShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listShapes
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListShapesResponse> |
ComputeAsyncClient.listShapes(ListShapesRequest request,
AsyncHandler<ListShapesRequest,ListShapesResponse> handler) |
Future<ListShapesResponse> |
ComputeAsync.listShapes(ListShapesRequest request,
AsyncHandler<ListShapesRequest,ListShapesResponse> handler)
Lists the shapes that can be used to launch an instance within the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListShapesResponse |
ListShapesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListShapesResponse.Builder |
ListShapesResponse.Builder.copy(ListShapesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.