Uses of Class
com.oracle.bmc.core.responses.ListInstanceConfigurationsResponse
-
Packages that use ListInstanceConfigurationsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListInstanceConfigurationsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListInstanceConfigurationsResponse Modifier and Type Method Description ListInstanceConfigurationsResponse
ComputeManagement. listInstanceConfigurations(ListInstanceConfigurationsRequest request)
Lists the instance configurations in the specified compartment.ListInstanceConfigurationsResponse
ComputeManagementClient. listInstanceConfigurations(ListInstanceConfigurationsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListInstanceConfigurationsResponse Modifier and Type Method Description Future<ListInstanceConfigurationsResponse>
ComputeManagementAsync. listInstanceConfigurations(ListInstanceConfigurationsRequest request, AsyncHandler<ListInstanceConfigurationsRequest,ListInstanceConfigurationsResponse> handler)
Lists the instance configurations in the specified compartment.Future<ListInstanceConfigurationsResponse>
ComputeManagementAsyncClient. listInstanceConfigurations(ListInstanceConfigurationsRequest request, AsyncHandler<ListInstanceConfigurationsRequest,ListInstanceConfigurationsResponse> handler)
Iterable<ListInstanceConfigurationsResponse>
ComputeManagementPaginators. listInstanceConfigurationsResponseIterator(ListInstanceConfigurationsRequest request)
Creates a new iterable which will iterate over the responses received from the listInstanceConfigurations operation.Method parameters in com.oracle.bmc.core with type arguments of type ListInstanceConfigurationsResponse Modifier and Type Method Description Future<ListInstanceConfigurationsResponse>
ComputeManagementAsync. listInstanceConfigurations(ListInstanceConfigurationsRequest request, AsyncHandler<ListInstanceConfigurationsRequest,ListInstanceConfigurationsResponse> handler)
Lists the instance configurations in the specified compartment.Future<ListInstanceConfigurationsResponse>
ComputeManagementAsyncClient. listInstanceConfigurations(ListInstanceConfigurationsRequest request, AsyncHandler<ListInstanceConfigurationsRequest,ListInstanceConfigurationsResponse> handler)
-
Uses of ListInstanceConfigurationsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListInstanceConfigurationsResponse Modifier and Type Method Description ListInstanceConfigurationsResponse
ListInstanceConfigurationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListInstanceConfigurationsResponse Modifier and Type Method Description ListInstanceConfigurationsResponse.Builder
ListInstanceConfigurationsResponse.Builder. copy(ListInstanceConfigurationsResponse o)
Copy method to populate the builder with values from the given instance.
-