Package com.openai.services.async
        Class ContainerServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.ContainerServiceAsync.WithRawResponse
 
 public final class ContainerServiceAsyncImpl.WithRawResponseImpl implements ContainerServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description ContainerServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. FileServiceAsync.WithRawResponsefiles()CompletableFuture<HttpResponseFor<ContainerCreateResponse>>create(ContainerCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ContainerRetrieveResponse>>retrieve(ContainerRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ContainerListPageAsync>>list(ContainerListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(ContainerDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.ContainerServiceAsync.WithRawResponsecreate, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsContainerServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<HttpResponseFor<ContainerCreateResponse>> create(ContainerCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ContainerRetrieveResponse>> retrieve(ContainerRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<ContainerListPageAsync>> list(ContainerListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponse> delete(ContainerDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-