Uses of Class
com.langfuse.client.resources.blobstorageintegrations.types.BlobStorageIntegrationResponse
Packages that use BlobStorageIntegrationResponse
Package
Description
-
Uses of BlobStorageIntegrationResponse in com.langfuse.client.resources.blobstorageintegrations
Methods in com.langfuse.client.resources.blobstorageintegrations that return BlobStorageIntegrationResponseModifier and TypeMethodDescriptionBlobStorageIntegrationsClient.upsertBlobStorageIntegration(CreateBlobStorageIntegrationRequest request) Create or update a blob storage integration for a specific project (requires organization-scoped API key).BlobStorageIntegrationsClient.upsertBlobStorageIntegration(CreateBlobStorageIntegrationRequest request, RequestOptions requestOptions) Create or update a blob storage integration for a specific project (requires organization-scoped API key).Methods in com.langfuse.client.resources.blobstorageintegrations that return types with arguments of type BlobStorageIntegrationResponseModifier and TypeMethodDescriptionAsyncBlobStorageIntegrationsClient.upsertBlobStorageIntegration(CreateBlobStorageIntegrationRequest request) Create or update a blob storage integration for a specific project (requires organization-scoped API key).AsyncBlobStorageIntegrationsClient.upsertBlobStorageIntegration(CreateBlobStorageIntegrationRequest request, RequestOptions requestOptions) Create or update a blob storage integration for a specific project (requires organization-scoped API key).AsyncRawBlobStorageIntegrationsClient.upsertBlobStorageIntegration(CreateBlobStorageIntegrationRequest request) Create or update a blob storage integration for a specific project (requires organization-scoped API key).AsyncRawBlobStorageIntegrationsClient.upsertBlobStorageIntegration(CreateBlobStorageIntegrationRequest request, RequestOptions requestOptions) Create or update a blob storage integration for a specific project (requires organization-scoped API key).RawBlobStorageIntegrationsClient.upsertBlobStorageIntegration(CreateBlobStorageIntegrationRequest request) Create or update a blob storage integration for a specific project (requires organization-scoped API key).RawBlobStorageIntegrationsClient.upsertBlobStorageIntegration(CreateBlobStorageIntegrationRequest request, RequestOptions requestOptions) Create or update a blob storage integration for a specific project (requires organization-scoped API key). -
Uses of BlobStorageIntegrationResponse in com.langfuse.client.resources.blobstorageintegrations.types
Methods in com.langfuse.client.resources.blobstorageintegrations.types that return BlobStorageIntegrationResponseModifier and TypeMethodDescriptionBlobStorageIntegrationResponse._FinalStage.build()BlobStorageIntegrationResponse.Builder.build()Methods in com.langfuse.client.resources.blobstorageintegrations.types that return types with arguments of type BlobStorageIntegrationResponseMethods in com.langfuse.client.resources.blobstorageintegrations.types with parameters of type BlobStorageIntegrationResponseModifier and TypeMethodDescriptionBlobStorageIntegrationsResponse.Builder.addData(BlobStorageIntegrationResponse data) BlobStorageIntegrationResponse.Builder.from(BlobStorageIntegrationResponse other) BlobStorageIntegrationResponse.IdStage.from(BlobStorageIntegrationResponse other) Method parameters in com.langfuse.client.resources.blobstorageintegrations.types with type arguments of type BlobStorageIntegrationResponseModifier and TypeMethodDescriptionBlobStorageIntegrationsResponse.Builder.addAllData(List<BlobStorageIntegrationResponse> data) BlobStorageIntegrationsResponse.Builder.data(List<BlobStorageIntegrationResponse> data)