Package com.openai.services.async
        Class ContainerServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.ContainerServiceAsync
 
 public final class ContainerServiceAsyncImpl implements ContainerServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classContainerServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ContainerServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ContainerServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. FileServiceAsyncfiles()CompletableFuture<ContainerCreateResponse>create(ContainerCreateParams params, RequestOptions requestOptions)CompletableFuture<ContainerRetrieveResponse>retrieve(ContainerRetrieveParams params, RequestOptions requestOptions)CompletableFuture<ContainerListPageAsync>list(ContainerListParams params, RequestOptions requestOptions)CompletableFuture<Void>delete(ContainerDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.ContainerServiceAsynccreate, 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- 
                                        withRawResponseContainerServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsContainerServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        filesFileServiceAsync files() 
 - 
                                        createCompletableFuture<ContainerCreateResponse> create(ContainerCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<ContainerRetrieveResponse> retrieve(ContainerRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<ContainerListPageAsync> list(ContainerListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<Void> delete(ContainerDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-