Uses of Class
com.oracle.bmc.cloudbridge.responses.ListApplianceImagesResponse
-
Packages that use ListApplianceImagesResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of ListApplianceImagesResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return ListApplianceImagesResponse Modifier and Type Method Description ListApplianceImagesResponse
OcbAgentSvc. listApplianceImages(ListApplianceImagesRequest request)
Returns a list of Appliance Images.ListApplianceImagesResponse
OcbAgentSvcClient. listApplianceImages(ListApplianceImagesRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type ListApplianceImagesResponse Modifier and Type Method Description Future<ListApplianceImagesResponse>
OcbAgentSvcAsync. listApplianceImages(ListApplianceImagesRequest request, AsyncHandler<ListApplianceImagesRequest,ListApplianceImagesResponse> handler)
Returns a list of Appliance Images.Future<ListApplianceImagesResponse>
OcbAgentSvcAsyncClient. listApplianceImages(ListApplianceImagesRequest request, AsyncHandler<ListApplianceImagesRequest,ListApplianceImagesResponse> handler)
Iterable<ListApplianceImagesResponse>
OcbAgentSvcPaginators. listApplianceImagesResponseIterator(ListApplianceImagesRequest request)
Creates a new iterable which will iterate over the responses received from the listApplianceImages operation.Method parameters in com.oracle.bmc.cloudbridge with type arguments of type ListApplianceImagesResponse Modifier and Type Method Description Future<ListApplianceImagesResponse>
OcbAgentSvcAsync. listApplianceImages(ListApplianceImagesRequest request, AsyncHandler<ListApplianceImagesRequest,ListApplianceImagesResponse> handler)
Returns a list of Appliance Images.Future<ListApplianceImagesResponse>
OcbAgentSvcAsyncClient. listApplianceImages(ListApplianceImagesRequest request, AsyncHandler<ListApplianceImagesRequest,ListApplianceImagesResponse> handler)
-
Uses of ListApplianceImagesResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return ListApplianceImagesResponse Modifier and Type Method Description ListApplianceImagesResponse
ListApplianceImagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type ListApplianceImagesResponse Modifier and Type Method Description ListApplianceImagesResponse.Builder
ListApplianceImagesResponse.Builder. copy(ListApplianceImagesResponse o)
Copy method to populate the builder with values from the given instance.
-