Class InstanceTypeServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.async.compute.v1.InstanceTypeServiceAsync.WithRawResponse
public final class InstanceTypeServiceAsyncImpl.WithRawResponseImpl implements InstanceTypeServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InstanceTypeServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<InstanceTypeListResponse>>list(InstanceTypeListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
InstanceTypeServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<HttpResponseFor<InstanceTypeListResponse>> list(InstanceTypeListParams params, RequestOptions requestOptions)
-
-
-
-