Class InstanceTypeServiceAsyncImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.async.compute.v1.InstanceTypeServiceAsync
public final class InstanceTypeServiceAsyncImpl implements InstanceTypeServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInstanceTypeServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InstanceTypeServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InstanceTypeServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<InstanceTypeListResponse>list(InstanceTypeListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
InstanceTypeServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InstanceTypeServiceAsync 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<InstanceTypeListResponse> list(InstanceTypeListParams params, RequestOptions requestOptions)
-
-
-
-