Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AutonomousDb - Interface in com.oracle.cloud.spring.adb
-
Interface for OCI Autonomous Database module.
- AutonomousDbAutoConfiguration - Class in com.oracle.cloud.spring.adb
-
Auto-configuration for initializing the OCI Autonomous Database component.
- AutonomousDbAutoConfiguration() - Constructor for class com.oracle.cloud.spring.adb.AutonomousDbAutoConfiguration
- AutonomousDbDetails - Record Class in com.oracle.cloud.spring.adb
- AutonomousDbDetails(String, String, String, String, String, String, Float, Integer, String, String) - Constructor for record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Creates an instance of a
AutonomousDbDetails
record class. - AutonomousDbImpl - Class in com.oracle.cloud.spring.adb
-
Implementation for the OCI Autonomous Database module.
- AutonomousDbImpl(DatabaseClient) - Constructor for class com.oracle.cloud.spring.adb.AutonomousDbImpl
B
- build() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- builder() - Static method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- Builder() - Constructor for class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
C
- cacheControl(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- chat(String) - Method in interface com.oracle.cloud.spring.genai.ChatModel
-
Chat using OCI GenAI.
- chat(String) - Method in class com.oracle.cloud.spring.genai.ChatModelImpl
-
Chat using OCI GenAI.
- Chat() - Constructor for class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- chatModel(GenerativeAiInference) - Method in class com.oracle.cloud.spring.genai.GenAIAutoConfiguration
- ChatModel - Interface in com.oracle.cloud.spring.genai
-
OCI GenAI chat interface.
- ChatModelImpl - Class in com.oracle.cloud.spring.genai
-
OCI GenAI Chat
- ChatModelImpl(GenerativeAiInference, ServingMode, String, String, Double, Double, Integer, Double, Double, Integer, InferenceRequestType) - Constructor for class com.oracle.cloud.spring.genai.ChatModelImpl
- close() - Method in class com.oracle.cloud.spring.vault.VaultPropertyLoader
- COHERE - Enum constant in enum class com.oracle.cloud.spring.genai.InferenceRequestType
- com.oracle.cloud.spring.adb - package com.oracle.cloud.spring.adb
- com.oracle.cloud.spring.autoconfigure.core - package com.oracle.cloud.spring.autoconfigure.core
- com.oracle.cloud.spring.core.compartment - package com.oracle.cloud.spring.core.compartment
- com.oracle.cloud.spring.core.region - package com.oracle.cloud.spring.core.region
- com.oracle.cloud.spring.core.util - package com.oracle.cloud.spring.core.util
- com.oracle.cloud.spring.email - package com.oracle.cloud.spring.email
- com.oracle.cloud.spring.function - package com.oracle.cloud.spring.function
- com.oracle.cloud.spring.genai - package com.oracle.cloud.spring.genai
- com.oracle.cloud.spring.logging - package com.oracle.cloud.spring.logging
- com.oracle.cloud.spring.notification - package com.oracle.cloud.spring.notification
- com.oracle.cloud.spring.queue - package com.oracle.cloud.spring.queue
- com.oracle.cloud.spring.storage - package com.oracle.cloud.spring.storage
- com.oracle.cloud.spring.streaming - package com.oracle.cloud.spring.streaming
- com.oracle.cloud.spring.vault - package com.oracle.cloud.spring.vault
- COMPARTMENT_MISSING_MSG - Static variable in class com.oracle.cloud.spring.core.compartment.StaticCompartmentProvider
- compartmentId() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
compartmentId
record component. - CompartmentProperties - Class in com.oracle.cloud.spring.autoconfigure.core
-
Auto-configuration settings related to a Compartment.
- CompartmentProperties() - Constructor for class com.oracle.cloud.spring.autoconfigure.core.CompartmentProperties
- compartmentProvider() - Method in class com.oracle.cloud.spring.autoconfigure.core.CompartmentProviderAutoConfiguration
- CompartmentProvider - Interface in com.oracle.cloud.spring.core.compartment
-
Interface to provide Compartment details, like OCID, for Compartment configuration.
- CompartmentProviderAutoConfiguration - Class in com.oracle.cloud.spring.autoconfigure.core
-
Auto-configuration for an OCI Compartment component
- CompartmentProviderAutoConfiguration(CompartmentProperties) - Constructor for class com.oracle.cloud.spring.autoconfigure.core.CompartmentProviderAutoConfiguration
- computeCount() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
computeCount
record component. - configure(ConfigurableEnvironment) - Static method in class com.oracle.cloud.spring.vault.VaultPropertySource
- containsProperty(String) - Method in class com.oracle.cloud.spring.vault.VaultPropertySource
- contentDisposition(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- contentEncoding(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- contentLanguage(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- contentLength(Long) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- contentMD5(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- contentType() - Method in class com.oracle.cloud.spring.storage.JacksonJSONStorageObjectConverter
-
Returns JSON content type.
- contentType() - Method in interface com.oracle.cloud.spring.storage.StorageObjectConverter
-
Returns the storage content type.
- contentType(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- create(String, ObjectStorageClient) - Static method in class com.oracle.cloud.spring.storage.OracleStorageResource
-
Creates new OracleStorageResource identified by location URI and other information.
- createAutonomousDatabase(String, String, String, Integer, Float) - Method in interface com.oracle.cloud.spring.adb.AutonomousDb
-
Create an Autonomous Database.
- createAutonomousDatabase(String, String, String, Integer, Float) - Method in class com.oracle.cloud.spring.adb.AutonomousDbImpl
-
Create an Autonomous Database.
- createBucket(String) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Create a new bucket with the specified bucket name.
- createBucket(String) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Creates a new bucket with the specified bucket name.
- createBucket(String, String) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Create a new bucket with the specified bucket name on a specific OCI compartment.
- createBucket(String, String) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Creates a new bucket with the specified bucket name on a specific OCI compartment.
- createCursor(String, Long, Date, CreateCursorDetails.Type, String) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
Creates cursor point from where Content of the stream message to be retrieved
- createCursor(String, Long, Date, CreateCursorDetails.Type, String) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
Creates a cursor point from where Content of the stream message to be retrieved
- createGroupCursor(String, String, Date, CreateGroupCursorDetails.Type, Boolean, String, Integer) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
Creates cursor point from where Content of the stream message to be retrieved
- createGroupCursor(String, String, Date, CreateGroupCursorDetails.Type, Boolean, String, Integer) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
Creates a group-cursor point from where Content of the stream message to be retrieved
- createMimeMessage() - Method in class com.oracle.cloud.spring.email.EmailDeliveryJavaMailSender
- createMimeMessage(InputStream) - Method in class com.oracle.cloud.spring.email.EmailDeliveryJavaMailSender
- createQueue(String, String, Integer, Integer) - Method in interface com.oracle.cloud.spring.queue.Queue
-
Creates a queue in a compartment.
- createQueue(String, String, Integer, Integer) - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Creates a queue in a compartment.
- createRegionProvider(RegionProperties) - Static method in class com.oracle.cloud.spring.autoconfigure.core.RegionProviderAutoConfiguration
- createSecret(String, CreateSecretDetails) - Method in interface com.oracle.cloud.spring.vault.VaultTemplate
-
Create a secret.
- createSecret(String, CreateSecretDetails) - Method in class com.oracle.cloud.spring.vault.VaultTemplateImpl
-
Create a secret.
- createSecretsClient(RegionProvider, CredentialsProvider) - Static method in class com.oracle.cloud.spring.vault.VaultAutoConfiguration
- createStream(String, String, Integer, Integer) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
creates stream resource in OCI
- createStream(String, String, Integer, Integer) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
creates stream resource in OCI
- createStreamPool(String, String) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
creates stream pool resource in OCI
- createStreamPool(String, String) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
creates stream pool resource in OCI
- createSubscription(String, String, String, String) - Method in interface com.oracle.cloud.spring.notification.Notification
-
Create a Notification subscription in a Topic.
- createSubscription(String, String, String, String) - Method in class com.oracle.cloud.spring.notification.NotificationImpl
-
Creates a Notification subscription in a Topic.
- createTopic(String, String) - Method in interface com.oracle.cloud.spring.notification.Notification
-
Create an OCI Notification Topic.
- createTopic(String, String) - Method in class com.oracle.cloud.spring.notification.NotificationImpl
-
Creates an OCI Notification Topic.
- createVaultClient(RegionProvider, CredentialsProvider) - Static method in class com.oracle.cloud.spring.vault.VaultAutoConfiguration
- CredentialsProperties - Class in com.oracle.cloud.spring.autoconfigure.core
-
Auto-configuration settings related to Credentials.
- CredentialsProperties() - Constructor for class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- CredentialsProperties.ConfigType - Enum Class in com.oracle.cloud.spring.autoconfigure.core
- credentialsProvider() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProviderAutoConfiguration
-
Creates an CredentialsProvider based on
CredentialsProperties.ConfigType
type - CredentialsProvider - Class in com.oracle.cloud.spring.autoconfigure.core
-
Provider to wrap AuthenticationDetailsProvider for beans initialization
- CredentialsProvider(CredentialsProperties) - Constructor for class com.oracle.cloud.spring.autoconfigure.core.CredentialsProvider
- CredentialsProviderAutoConfiguration - Class in com.oracle.cloud.spring.autoconfigure.core
-
Auto-configuration for initializing the OCI Credentials provider type
- CredentialsProviderAutoConfiguration(CredentialsProperties) - Constructor for class com.oracle.cloud.spring.autoconfigure.core.CredentialsProviderAutoConfiguration
- credentialsProviderQualifier - Static variable in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProviderAutoConfiguration
D
- dataStorageSizeInGBs() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
dataStorageSizeInGBs
record component. - dbName() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
dbName
record component. - decodeBundle(GetSecretBundleByNameResponse) - Method in interface com.oracle.cloud.spring.vault.VaultTemplate
-
Decode a secret bundle response as a String.
- deleteAutonomousDatabase(String) - Method in interface com.oracle.cloud.spring.adb.AutonomousDb
-
Delete an Autonomous Database.
- deleteAutonomousDatabase(String) - Method in class com.oracle.cloud.spring.adb.AutonomousDbImpl
-
Delete an Autonomous Database.
- deleteBucket(String) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Delete a storage bucket.
- deleteBucket(String) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Deletes a storage bucket.
- deleteMessage(String, String) - Method in interface com.oracle.cloud.spring.queue.Queue
-
Delete the message by the receipt from a queue
- deleteMessage(String, String) - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Delete the message by the receipt from a queue
- deleteObject(String, String) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Delete a storage object based on bucket name and object key.
- deleteObject(String, String) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Deletes a storage object based on bucket name and object key.
- deleteQueue(String) - Method in interface com.oracle.cloud.spring.queue.Queue
-
Delete the queue by id.
- deleteQueue(String) - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Delete the queue by id.
- deleteStream(String) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
deletes stream resource from OCI
- deleteStream(String) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
deletes stream resource from OCI
- deleteStreamPool(String) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
deletes stream pool resource from OCI
- deleteStreamPool(String) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
deletes stream pool resource from OCI
- displayName() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
displayName
record component. - download(String, String) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Download the latest version of specific object from OCI Object Storage.
- download(String, String) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Downloads the latest version of a specific object from OCI Object Storage.
- download(String, String, String) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Download a specific object from OCI Object Storage.
- download(String, String, String) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Downloads a specific object from OCI Object Storage.
E
- EmailDeliveryAutoConfiguration - Class in com.oracle.cloud.spring.email
- EmailDeliveryAutoConfiguration(MailSenderProperties) - Constructor for class com.oracle.cloud.spring.email.EmailDeliveryAutoConfiguration
- EmailDeliveryJavaMailSender - Class in com.oracle.cloud.spring.email
- EmailDeliveryJavaMailSender(Session, String, String, String) - Constructor for class com.oracle.cloud.spring.email.EmailDeliveryJavaMailSender
- emailDeliveryMailSender(Session) - Method in class com.oracle.cloud.spring.email.EmailDeliveryAutoConfiguration
- EmailDeliveryMailSender - Class in com.oracle.cloud.spring.email
- EmailDeliveryMailSender(Session, String, String, String) - Constructor for class com.oracle.cloud.spring.email.EmailDeliveryMailSender
- embed(String) - Method in interface com.oracle.cloud.spring.genai.EmbeddingModel
-
Embeds a single line of text.
- embedAll(List<String>) - Method in interface com.oracle.cloud.spring.genai.EmbeddingModel
-
Embeds a list of text inputs.
- embedAll(List<String>) - Method in class com.oracle.cloud.spring.genai.EmbeddingModelImpl
-
Embeds a list of text inputs.
- Embedding() - Constructor for class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- embeddingModel(GenerativeAiInference) - Method in class com.oracle.cloud.spring.genai.GenAIAutoConfiguration
- EmbeddingModel - Interface in com.oracle.cloud.spring.genai
-
Interface for embedding text with OCI GenAI Service.
- EmbeddingModelImpl - Class in com.oracle.cloud.spring.genai
-
Implementation for OCI GenAI EmbedingModel
- EmbeddingModelImpl(GenerativeAiInference, ServingMode, EmbedTextDetails.Truncate, String) - Constructor for class com.oracle.cloud.spring.genai.EmbeddingModelImpl
- equals(Object) - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Indicates whether some other object is "equal to" this one.
- expect(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- extractText(ChatResponse) - Method in interface com.oracle.cloud.spring.genai.ChatModel
-
Extract chat text from a ChatResponse.
F
- FILE - Enum constant in enum class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- fromResponse(EmbedTextResponse) - Method in interface com.oracle.cloud.spring.genai.EmbeddingModel
-
Convert an EmbedTextResponse to a list of embedding vectors.
- fromResponses(List<EmbedTextResponse>) - Method in interface com.oracle.cloud.spring.genai.EmbeddingModel
-
Convert a list of EmbedTextResponses to a list of embedding vectors.
- Function - Interface in com.oracle.cloud.spring.function
-
Interface for defining the OCI Function module.
- FunctionAutoConfiguration - Class in com.oracle.cloud.spring.function
-
Auto-configuration for initializing the OCI Function component.
- FunctionAutoConfiguration() - Constructor for class com.oracle.cloud.spring.function.FunctionAutoConfiguration
- FunctionImpl - Class in com.oracle.cloud.spring.function
-
Implementation of the OCI Function module.
- FunctionImpl(FunctionsInvoke) - Constructor for class com.oracle.cloud.spring.function.FunctionImpl
G
- GenAIAutoConfiguration - Class in com.oracle.cloud.spring.genai
-
Auto-configuration for initializing the OCI GenAI component.
- GenAIAutoConfiguration(GenAIProperties) - Constructor for class com.oracle.cloud.spring.genai.GenAIAutoConfiguration
- GenAIProperties - Class in com.oracle.cloud.spring.genai
-
Autoconfiguration properties for OCI GenAI
- GenAIProperties() - Constructor for class com.oracle.cloud.spring.genai.GenAIProperties
- GenAIProperties.Chat - Class in com.oracle.cloud.spring.genai
- GenAIProperties.Embedding - Class in com.oracle.cloud.spring.genai
- generateAutonomousDatabaseWallet(String, String) - Method in interface com.oracle.cloud.spring.adb.AutonomousDb
-
Generate a wallet for an Autonomous Database.
- generateAutonomousDatabaseWallet(String, String) - Method in class com.oracle.cloud.spring.adb.AutonomousDbImpl
-
Generate a wallet for an Autonomous Database.
- getAdminClient() - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
Direct instance of OCI Java SDK streaming Admin Client.
- getAdminClient() - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
Direct instance of OCI Java SDK streaming Admin Client.
- getAllSecrets() - Method in interface com.oracle.cloud.spring.vault.VaultTemplate
-
Retrieve all secrets from the Vault.
- getAllSecrets() - Method in class com.oracle.cloud.spring.vault.VaultTemplateImpl
- getAuthenticationDetailsProvider() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProvider
- getAutonomousDatabase(String) - Method in interface com.oracle.cloud.spring.adb.AutonomousDb
-
Get details of an Autonomous Database.
- getAutonomousDatabase(String) - Method in class com.oracle.cloud.spring.adb.AutonomousDbImpl
-
Get details of an Autonomous Database.
- getCacheControl() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getChat() - Method in class com.oracle.cloud.spring.genai.GenAIProperties
- getClient() - Method in interface com.oracle.cloud.spring.logging.LogService
-
Direct instance of OCI Java SDK Logging Client.
- getClient() - Method in class com.oracle.cloud.spring.logging.LogServiceImpl
-
Direct instance of OCI Java SDK Logging Client.
- getClient() - Method in interface com.oracle.cloud.spring.storage.Storage
-
Gets the instance of OCI Java SDK Storage Client.
- getClient() - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Directs an instance of OCI Java SDK Storage Client.
- getClient() - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
Direct instance of OCI Java SDK streaming Client.
- getClient() - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
Direct instance of OCI Java SDK streaming Client.
- getCompartment() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getCompartment() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- getCompartment() - Method in class com.oracle.cloud.spring.vault.VaultProperties
- getCompartmentOCID() - Method in interface com.oracle.cloud.spring.core.compartment.CompartmentProvider
- getCompartmentOCID() - Method in class com.oracle.cloud.spring.core.compartment.StaticCompartmentProvider
- getContentDisposition() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getContentEncoding() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getContentLanguage() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getContentLength() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getContentMD5() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getContentType() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getDatabaseClient() - Method in interface com.oracle.cloud.spring.adb.AutonomousDb
-
Direct instance of OCI Java SDK DatabaseClient.
- getDatabaseClient() - Method in class com.oracle.cloud.spring.adb.AutonomousDbImpl
-
Direct instance of OCI Java SDK DatabaseClient.
- getDedicatedClusterEndpoint() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getDedicatedClusterEndpoint() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- getDescription() - Method in class com.oracle.cloud.spring.storage.OracleStorageResource
-
Gets the description of the resource.
- getEmbedding() - Method in class com.oracle.cloud.spring.genai.GenAIProperties
- getExpect() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getFile() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getFingerprint() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getFrequencyPenalty() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getFunctionsInvokeClient() - Method in interface com.oracle.cloud.spring.function.Function
-
Direct instance of OCI Function Invoke Client.
- getFunctionsInvokeClient() - Method in class com.oracle.cloud.spring.function.FunctionImpl
-
Direct instance of OCI Function Invoke Client.
- getHost() - Method in class com.oracle.cloud.spring.email.MailSenderProperties
- getIfMatch() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getIfNoneMatch() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getInferenceRequestType() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getInputStream() - Method in class com.oracle.cloud.spring.storage.OracleStorageResource
-
Get the Input Stream instance for the given Storage Resource.
- getLogId() - Method in class com.oracle.cloud.spring.logging.LoggingProperties
- getMaxTokens() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getMessages(String, Integer, Integer, Integer) - Method in interface com.oracle.cloud.spring.queue.Queue
-
Get/consume messages from a queue.
- getMessages(String, Integer, Integer, Integer) - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Get/consume messages from a queue.
- getMessages(String, String) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
Retrieves stream message associated with a Stream OCID
- getMessages(String, String) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
Retrieves stream message associated with a Stream OCID
- getNamespaceName() - Method in interface com.oracle.cloud.spring.storage.Storage
-
Get the current OCI storage namespace.
- getNamespaceName() - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Gets the current OCI storage namespace.
- getNotificationControlPlaneClient() - Method in interface com.oracle.cloud.spring.notification.Notification
-
Direct instance of OCI Java SDK NotificationControlPlane Client.
- getNotificationControlPlaneClient() - Method in class com.oracle.cloud.spring.notification.NotificationImpl
-
Direct instance of OCI Java SDK NotificationControlPlane Client.
- getNotificationDataPlaneClient() - Method in interface com.oracle.cloud.spring.notification.Notification
-
Direct instance of OCI Java SDK NotificationDataPlane Client.
- getNotificationDataPlaneClient() - Method in class com.oracle.cloud.spring.notification.NotificationImpl
-
Direct instance of OCI Java SDK NotificationDataPlane Client.
- getOnDemandModelId() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getOnDemandModelId() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- getOpcClientRequestId() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getOpcMeta() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getOpcSseCustomerAlgorithm() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getOpcSseCustomerKey() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getOpcSseCustomerKeySha256() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getOpcSseKmsKeyId() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getOrder() - Method in class com.oracle.cloud.spring.vault.VaultEnvironmentPostProcessor
- getPassPhrase() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getPassword() - Method in class com.oracle.cloud.spring.email.MailSenderProperties
- getPort() - Method in class com.oracle.cloud.spring.email.MailSenderProperties
- getPreambleOverride() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getPresencePenalty() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getPrivateKey() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getProfile() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getProperty(String) - Method in class com.oracle.cloud.spring.vault.VaultPropertySource
- getPropertyNames() - Method in class com.oracle.cloud.spring.vault.VaultPropertySource
- getPropertyRefreshInterval() - Method in class com.oracle.cloud.spring.vault.VaultProperties
- getPropertySources() - Method in class com.oracle.cloud.spring.vault.VaultProperties
- getQueue(String) - Method in interface com.oracle.cloud.spring.queue.Queue
-
Get the queue resource.
- getQueue(String) - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Get the queue resource.
- getQueueAdminClient() - Method in interface com.oracle.cloud.spring.queue.Queue
-
Direct instance of OCI Java SDK QueueAdminClient.
- getQueueAdminClient() - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Direct instance of OCI Java SDK QueueAdminClient.
- getQueueClient() - Method in interface com.oracle.cloud.spring.queue.Queue
-
Direct instance of OCI Java SDK QueueClient.
- getQueueClient() - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Direct instance of OCI Java SDK QueueClient.
- getRegion() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getRegion() - Method in class com.oracle.cloud.spring.core.region.StaticRegionProvider
- getRetryConfiguration() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getSecret(String) - Method in interface com.oracle.cloud.spring.vault.VaultTemplate
-
Retrieves a secret by name.
- getSecret(String) - Method in class com.oracle.cloud.spring.vault.VaultTemplateImpl
-
Retrieves a secret by name.
- getStatic() - Method in class com.oracle.cloud.spring.autoconfigure.core.CompartmentProperties
- getStatic() - Method in class com.oracle.cloud.spring.autoconfigure.core.RegionProperties
- getStorageClient() - Method in class com.oracle.cloud.spring.storage.OracleStorageProtocolResolver
-
Get
ObjectStorageClient
- getStorageTier() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getSubscription(String) - Method in interface com.oracle.cloud.spring.notification.Notification
-
Get the Subscription Resource JSON as a String.
- getSubscription(String) - Method in class com.oracle.cloud.spring.notification.NotificationImpl
-
Get the Subscription Resource JSON as a String.
- getTemperature() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getTenantId() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getTopK() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getTopP() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- getTruncate() - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- getType() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getUserId() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getUsername() - Method in class com.oracle.cloud.spring.email.MailSenderProperties
- getVaultId() - Method in class com.oracle.cloud.spring.vault.VaultProperties
- getVaultId() - Method in class com.oracle.cloud.spring.vault.VaultPropertySourceProperties
H
- hasFile() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- hashCode() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns a hash code value for this object.
- hasProfile() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
I
- id() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
id
record component. - ifMatch(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- ifNoneMatch(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- InferenceRequestType - Enum Class in com.oracle.cloud.spring.genai
-
Supported OCI Inference model request types.
- INSTANCE_PRINCIPAL - Enum constant in enum class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- INVALID_REGION_MSG - Static variable in class com.oracle.cloud.spring.core.region.StaticRegionProvider
- invokeFunction(String, String, InvokeFunctionRequest.FnInvokeType, InputStream) - Method in interface com.oracle.cloud.spring.function.Function
-
Invoke an OCI Function
- invokeFunction(String, String, InvokeFunctionRequest.FnInvokeType, InputStream) - Method in class com.oracle.cloud.spring.function.FunctionImpl
-
Invoke an OCI Function
- isStatic() - Method in class com.oracle.cloud.spring.autoconfigure.core.CompartmentProperties
- isStatic() - Method in class com.oracle.cloud.spring.autoconfigure.core.RegionProperties
J
- JacksonJSONStorageObjectConverter - Class in com.oracle.cloud.spring.storage
-
Default implementation of
StorageObjectConverter
- JacksonJSONStorageObjectConverter(ObjectMapper) - Constructor for class com.oracle.cloud.spring.storage.JacksonJSONStorageObjectConverter
L
- licenseModel() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
licenseModel
record component. - lifecycleState() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
lifecycleState
record component. - listQueues(String, String) - Method in interface com.oracle.cloud.spring.queue.Queue
-
List the queues by name and/or in a compartment.
- listQueues(String, String) - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
List the queues by name and/or in a compartment.
- listSecrets() - Method in interface com.oracle.cloud.spring.vault.VaultTemplate
-
Lists all secrets in the Vault.
- listSecrets() - Method in class com.oracle.cloud.spring.vault.VaultTemplateImpl
-
Lists all secrets in the Vault.
- listSubscriptions(String, String) - Method in interface com.oracle.cloud.spring.notification.Notification
-
List subscriptions in a Topic as a JSON String.
- listSubscriptions(String, String) - Method in class com.oracle.cloud.spring.notification.NotificationImpl
-
List subscriptions in a Topic as a JSON String.
- LLAMA - Enum constant in enum class com.oracle.cloud.spring.genai.InferenceRequestType
- LoggingAutoConfiguration - Class in com.oracle.cloud.spring.logging
-
Auto-configuration for initializing the OCI Logging component.
- LoggingAutoConfiguration(LoggingProperties) - Constructor for class com.oracle.cloud.spring.logging.LoggingAutoConfiguration
- LoggingProperties - Class in com.oracle.cloud.spring.logging
-
Auto-configuration settings related to Logging component.
- LoggingProperties() - Constructor for class com.oracle.cloud.spring.logging.LoggingProperties
- LogService - Interface in com.oracle.cloud.spring.logging
-
Interface for defining the OCI logging module.
- LogServiceImpl - Class in com.oracle.cloud.spring.logging
-
Implementation of the OCI Logging module.
- LogServiceImpl(Logging, String) - Constructor for class com.oracle.cloud.spring.logging.LogServiceImpl
M
- MailSenderProperties - Class in com.oracle.cloud.spring.email
- MailSenderProperties() - Constructor for class com.oracle.cloud.spring.email.MailSenderProperties
- metadata(String, String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
N
- Notification - Interface in com.oracle.cloud.spring.notification
-
Interface for defining OCI logging module.
- NotificationAutoConfiguration - Class in com.oracle.cloud.spring.notification
-
Auto-configuration for initializing the OCI Notification component.
- NotificationAutoConfiguration() - Constructor for class com.oracle.cloud.spring.notification.NotificationAutoConfiguration
- NotificationImpl - Class in com.oracle.cloud.spring.notification
-
Implementation for the OCI Notification module.
- NotificationImpl(NotificationDataPlane, NotificationControlPlane) - Constructor for class com.oracle.cloud.spring.notification.NotificationImpl
O
- OCIObjectMapper - Class in com.oracle.cloud.spring.core.util
-
ObjectMapper to convert an Object to a JSON String
- opcClientRequestId(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- opcSseCustomerAlgorithm(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- opcSseCustomerKey(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- opcSseCustomerKeySha256(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- opcSseKmsKeyId(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- OracleStorageProtocolResolver - Class in com.oracle.cloud.spring.storage
-
Default implementation of ProtocolResolver to resolve Object URIs starting with specific protocol prefix.
- OracleStorageProtocolResolver() - Constructor for class com.oracle.cloud.spring.storage.OracleStorageProtocolResolver
- OracleStorageResource - Class in com.oracle.cloud.spring.storage
-
Default OCI Storage resource implementation of Spring Resource.
- OracleStorageResource(StorageLocation, ObjectStorageClient) - Constructor for class com.oracle.cloud.spring.storage.OracleStorageResource
- OracleStorageResource(String, String, ObjectStorageClient) - Constructor for class com.oracle.cloud.spring.storage.OracleStorageResource
P
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.oracle.cloud.spring.storage.OracleStorageProtocolResolver
-
postProcessBeanFactory implementation
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.oracle.cloud.spring.vault.VaultEnvironmentPostProcessor
- PREFIX - Static variable in class com.oracle.cloud.spring.autoconfigure.core.CompartmentProperties
- PREFIX - Static variable in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- PREFIX - Static variable in class com.oracle.cloud.spring.autoconfigure.core.RegionProperties
- PREFIX - Static variable in class com.oracle.cloud.spring.email.MailSenderProperties
- PREFIX - Static variable in class com.oracle.cloud.spring.genai.GenAIProperties
- PREFIX - Static variable in class com.oracle.cloud.spring.logging.LoggingProperties
- PREFIX - Static variable in class com.oracle.cloud.spring.vault.VaultProperties
- publishMessage(String, String, String) - Method in interface com.oracle.cloud.spring.notification.Notification
-
Publish a message to a Topic.
- publishMessage(String, String, String) - Method in class com.oracle.cloud.spring.notification.NotificationImpl
-
Publish message to a Topic.
- putLog(String) - Method in interface com.oracle.cloud.spring.logging.LogService
-
Ingest logs associated with a Log OCID
- putLog(String) - Method in class com.oracle.cloud.spring.logging.LogServiceImpl
-
Ingest logs associated with a Log OCID.
- putMessages(String, byte[], List<byte[]>) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
Ingests stream message associated with a Stream OCID
- putMessages(String, byte[], List<byte[]>) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
Ingests stream message associated with a Stream OCID
- putMessages(String, PutMessagesDetails) - Method in interface com.oracle.cloud.spring.streaming.Streaming
-
Ingests stream message associated with a Stream OCID
- putMessages(String, PutMessagesDetails) - Method in class com.oracle.cloud.spring.streaming.StreamingImpl
-
Ingests stream message associated with a Stream OCID
- putMessages(String, String[]) - Method in interface com.oracle.cloud.spring.queue.Queue
-
Put messages into a queue.
- putMessages(String, String[]) - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Put messages into a queue.
Q
- Queue - Interface in com.oracle.cloud.spring.queue
-
Interface for defining OCI Queue module.
- QueueAutoConfiguration - Class in com.oracle.cloud.spring.queue
-
Auto-configuration for initializing the OCI Queue component.
- QueueAutoConfiguration() - Constructor for class com.oracle.cloud.spring.queue.QueueAutoConfiguration
- QueueImpl - Class in com.oracle.cloud.spring.queue
-
Implementation for the OCI Queue module.
- QueueImpl(QueueAdminClient, QueueClient) - Constructor for class com.oracle.cloud.spring.queue.QueueImpl
R
- read(InputStream, Class<T>) - Method in class com.oracle.cloud.spring.storage.JacksonJSONStorageObjectConverter
-
Create Java POJO of the specific class type from the input stream
- read(InputStream, Class<T>) - Method in interface com.oracle.cloud.spring.storage.StorageObjectConverter
-
Reads InputStream and creates a Java POJO instance of the class T.
- read(String, String, Class<T>) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Read a JSON file stored on Object storage and convert to a Java POJO.
- read(String, String, Class<T>) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Reads a JSON file stored on Object storage and converts it to a Java POJO.
- RegionProperties - Class in com.oracle.cloud.spring.autoconfigure.core
-
Auto-configuration settings related to a Region.
- RegionProperties() - Constructor for class com.oracle.cloud.spring.autoconfigure.core.RegionProperties
- regionProvider() - Method in class com.oracle.cloud.spring.autoconfigure.core.RegionProviderAutoConfiguration
- RegionProviderAutoConfiguration - Class in com.oracle.cloud.spring.autoconfigure.core
-
Auto-configuration for initializing the OCI Region
- RegionProviderAutoConfiguration(RegionProperties) - Constructor for class com.oracle.cloud.spring.autoconfigure.core.RegionProviderAutoConfiguration
- regionProviderQualifier - Static variable in class com.oracle.cloud.spring.autoconfigure.core.RegionProviderAutoConfiguration
- resolve(String) - Static method in class com.oracle.cloud.spring.storage.StorageLocation
-
Get the instance of
StorageLocation
by parsing storage location URI. - resolve(String, ResourceLoader) - Method in class com.oracle.cloud.spring.storage.OracleStorageProtocolResolver
-
Resolves OCI storage location URI to Resource.
- resolveBucketName(String) - Static method in class com.oracle.cloud.spring.storage.StorageLocation
- resolveContentType(String) - Method in interface com.oracle.cloud.spring.storage.StorageContentTypeResolver
- resolveContentType(String) - Method in class com.oracle.cloud.spring.storage.StorageContentTypeResolverImpl
-
Identifies and returns the content type by matching the fileName with StorageContentTypeResolver.properties.
- resolveContentType(String, StorageObjectMetadata) - Method in class com.oracle.cloud.spring.storage.StorageImpl
- resolveExtension(String) - Method in class com.oracle.cloud.spring.storage.StorageContentTypeResolverImpl
- resolveObjectName(String) - Static method in class com.oracle.cloud.spring.storage.StorageLocation
- RESOURCE_PRINCIPAL - Enum constant in enum class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- retryConfiguration(RetryConfiguration) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
S
- scheduleSecretDeletion(String, int) - Method in interface com.oracle.cloud.spring.vault.VaultTemplate
-
Schedule the deletion of a secret.
- scheduleSecretDeletion(String, int) - Method in class com.oracle.cloud.spring.vault.VaultTemplateImpl
-
Schedule the deletion of a secret.
- secrets(RegionProvider, CredentialsProvider) - Method in class com.oracle.cloud.spring.vault.VaultAutoConfiguration
- send(MimeMessage...) - Method in class com.oracle.cloud.spring.email.EmailDeliveryJavaMailSender
- send(SimpleMailMessage) - Method in class com.oracle.cloud.spring.email.EmailDeliveryMailSender
- send(SimpleMailMessage...) - Method in class com.oracle.cloud.spring.email.EmailDeliveryMailSender
- sendMimeMessage(MimeMessage) - Method in class com.oracle.cloud.spring.email.EmailDeliveryMailSender
- serviceConsoleUrl() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
serviceConsoleUrl
record component. - session - Variable in class com.oracle.cloud.spring.email.EmailDeliveryMailSender
- SESSION_TOKEN - Enum constant in enum class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- setCacheControl(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setChat(GenAIProperties.Chat) - Method in class com.oracle.cloud.spring.genai.GenAIProperties
- setCompartment(String) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setCompartment(String) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- setCompartment(String) - Method in class com.oracle.cloud.spring.vault.VaultProperties
- setContentDisposition(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setContentEncoding(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setContentLanguage(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setContentLength(Long) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setContentMD5(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setContentType(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setDedicatedClusterEndpoint(String) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setDedicatedClusterEndpoint(String) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- setEmbedding(GenAIProperties.Embedding) - Method in class com.oracle.cloud.spring.genai.GenAIProperties
- setExpect(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setFile(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setFingerprint(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setFrequencyPenalty(Double) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setHost(String) - Method in class com.oracle.cloud.spring.email.MailSenderProperties
- setIfMatch(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setIfNoneMatch(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setInferenceRequestType(InferenceRequestType) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setLogId(String) - Method in class com.oracle.cloud.spring.logging.LoggingProperties
- setMaxTokens(Integer) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setOnDemandModelId(String) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setOnDemandModelId(String) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- setOpcClientRequestId(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setOpcMeta(Map<String, String>) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setOpcSseCustomerAlgorithm(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setOpcSseCustomerKey(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setOpcSseCustomerKeySha256(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setOpcSseKmsKeyId(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setPassPhrase(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setPassword(String) - Method in class com.oracle.cloud.spring.email.MailSenderProperties
- setPort(Integer) - Method in class com.oracle.cloud.spring.email.MailSenderProperties
- setPreambleOverride(String) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setPresencePenalty(Double) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setPrivateKey(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setProfile(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setPropertyRefreshInterval(Duration) - Method in class com.oracle.cloud.spring.vault.VaultProperties
- setPropertySources(List<VaultPropertySourceProperties>) - Method in class com.oracle.cloud.spring.vault.VaultProperties
- setRegion(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setResourceLoader(ResourceLoader) - Method in class com.oracle.cloud.spring.storage.OracleStorageProtocolResolver
-
Sets the
ResourceLoader
- setRetryConfiguration(RetryConfiguration) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setStatic(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CompartmentProperties
- setStatic(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.RegionProperties
- setStorageTier(StorageTier) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setTemperature(Double) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setTenantId(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setTopK(Integer) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setTopP(Double) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Chat
- setTruncate(String) - Method in class com.oracle.cloud.spring.genai.GenAIProperties.Embedding
- setType(CredentialsProperties.ConfigType) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setUserId(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setUsername(String) - Method in class com.oracle.cloud.spring.email.MailSenderProperties
- setVaultId(String) - Method in class com.oracle.cloud.spring.vault.VaultProperties
- setVaultId(String) - Method in class com.oracle.cloud.spring.vault.VaultPropertySourceProperties
- SIMPLE - Enum constant in enum class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- StaticCompartmentProvider - Class in com.oracle.cloud.spring.core.compartment
-
Provider to wrap Compartment details like OCID for Compartment configuration
- StaticCompartmentProvider(String) - Constructor for class com.oracle.cloud.spring.core.compartment.StaticCompartmentProvider
- StaticRegionProvider - Class in com.oracle.cloud.spring.core.region
-
Provider to wrap Region details like name for Region configuration
- StaticRegionProvider() - Constructor for class com.oracle.cloud.spring.core.region.StaticRegionProvider
- StaticRegionProvider(String) - Constructor for class com.oracle.cloud.spring.core.region.StaticRegionProvider
- Storage - Interface in com.oracle.cloud.spring.storage
-
Interface for defining OCI storage module.
- StorageAutoConfiguration - Class in com.oracle.cloud.spring.storage
-
Auto-configuration for initializing the OCI Storage component.
- StorageAutoConfiguration() - Constructor for class com.oracle.cloud.spring.storage.StorageAutoConfiguration
- StorageContentTypeResolver - Interface in com.oracle.cloud.spring.storage
-
Content Type resolver based on file name.
- StorageContentTypeResolverImpl - Class in com.oracle.cloud.spring.storage
-
Default implementation of StorageContentTypeResolver.
- StorageContentTypeResolverImpl() - Constructor for class com.oracle.cloud.spring.storage.StorageContentTypeResolverImpl
- StorageContentTypeResolverImpl(Properties) - Constructor for class com.oracle.cloud.spring.storage.StorageContentTypeResolverImpl
- StorageException - Exception Class in com.oracle.cloud.spring.storage
-
Exception thrown from any OCI storage-related API invocation failures.
- StorageException(String, Throwable) - Constructor for exception class com.oracle.cloud.spring.storage.StorageException
- StorageImpl - Class in com.oracle.cloud.spring.storage
-
Default implementation for
Storage
- StorageImpl(ObjectStorageClient, StorageObjectConverter, StorageContentTypeResolver, String) - Constructor for class com.oracle.cloud.spring.storage.StorageImpl
- StorageLocation - Class in com.oracle.cloud.spring.storage
-
Storage location parser for Object Storage URI.
- StorageObjectConverter - Interface in com.oracle.cloud.spring.storage
-
Interface to convert Java POJOs to byte array stored on OCI storage service and InputStream of an object to Java POJO.
- StorageObjectMetadata - Class in com.oracle.cloud.spring.storage
-
Holding class to define Object Metadata
- StorageObjectMetadata() - Constructor for class com.oracle.cloud.spring.storage.StorageObjectMetadata
- StorageObjectMetadata.Builder - Class in com.oracle.cloud.spring.storage
- storageTier(StorageTier) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- store(String, String, Object) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Upload a Java POJO as a JSON object.
- store(String, String, Object) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Uploads a Java POJO as a JSON object.
- Streaming - Interface in com.oracle.cloud.spring.streaming
-
Interface for defining the OCI streaming module.
- StreamingAutoConfiguration - Class in com.oracle.cloud.spring.streaming
-
Auto-configuration for initializing the OCI streaming component.
- StreamingAutoConfiguration() - Constructor for class com.oracle.cloud.spring.streaming.StreamingAutoConfiguration
- StreamingImpl - Class in com.oracle.cloud.spring.streaming
-
Implementation of the OCI streaming module.
- StreamingImpl(Stream, StreamAdmin) - Constructor for class com.oracle.cloud.spring.streaming.StreamingImpl
T
- timeCreated() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns the value of the
timeCreated
record component. - toPrintableString(Object) - Static method in class com.oracle.cloud.spring.core.util.OCIObjectMapper
- toString() - Method in record class com.oracle.cloud.spring.adb.AutonomousDbDetails
-
Returns a string representation of this record class.
- toString() - Method in class com.oracle.cloud.spring.storage.StorageLocation
U
- updateMessages(String, String[], Integer) - Method in interface com.oracle.cloud.spring.queue.Queue
-
Update the messages by their receipt in a queue.
- updateMessages(String, String[], Integer) - Method in class com.oracle.cloud.spring.queue.QueueImpl
-
Update the messages by their receipt in a queue.
- updateSecret(String, UpdateSecretDetails) - Method in interface com.oracle.cloud.spring.vault.VaultTemplate
-
Update a secret content.
- updateSecret(String, UpdateSecretDetails) - Method in class com.oracle.cloud.spring.vault.VaultTemplateImpl
-
Update a secret content.
- upload(String, String, InputStream) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Upload a new object (using InputStream) to OCI Object Storage with default metadata.
- upload(String, String, InputStream, StorageObjectMetadata) - Method in interface com.oracle.cloud.spring.storage.Storage
-
Upload a new object (using InputStream) to OCI Object Storage.
- upload(String, String, InputStream, StorageObjectMetadata) - Method in class com.oracle.cloud.spring.storage.StorageImpl
-
Uploads a new object (using InputStream) to OCI Object Storage.
- USER_AGENT_SPRING_CLOUD - Static variable in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProvider
V
- valueOf(String) - Static method in enum class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.cloud.spring.genai.InferenceRequestType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.cloud.spring.genai.InferenceRequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- vault(Vaults, Secrets) - Method in class com.oracle.cloud.spring.vault.VaultAutoConfiguration
- VaultAutoConfiguration - Class in com.oracle.cloud.spring.vault
-
Auto-configuration for initializing the OCI Vault component.
- VaultAutoConfiguration(VaultProperties) - Constructor for class com.oracle.cloud.spring.vault.VaultAutoConfiguration
- VaultEnvironmentPostProcessor - Class in com.oracle.cloud.spring.vault
-
Injects a VaultPropertySource for each OCI Vault property source specified in the application properties.
- VaultEnvironmentPostProcessor() - Constructor for class com.oracle.cloud.spring.vault.VaultEnvironmentPostProcessor
- VaultProperties - Class in com.oracle.cloud.spring.vault
- VaultProperties() - Constructor for class com.oracle.cloud.spring.vault.VaultProperties
- VaultPropertyLoader - Class in com.oracle.cloud.spring.vault
- VaultPropertyLoader(VaultTemplate, Duration) - Constructor for class com.oracle.cloud.spring.vault.VaultPropertyLoader
- VaultPropertySource - Class in com.oracle.cloud.spring.vault
- VaultPropertySource(String, VaultPropertyLoader) - Constructor for class com.oracle.cloud.spring.vault.VaultPropertySource
- VaultPropertySourceProperties - Class in com.oracle.cloud.spring.vault
- VaultPropertySourceProperties() - Constructor for class com.oracle.cloud.spring.vault.VaultPropertySourceProperties
- vaults(RegionProvider, CredentialsProvider) - Method in class com.oracle.cloud.spring.vault.VaultAutoConfiguration
- VaultTemplate - Interface in com.oracle.cloud.spring.vault
-
The VaultTemplate interface defines the API for accessing OCI Vault Service.
- VaultTemplateImpl - Class in com.oracle.cloud.spring.vault
-
Default implementation for Vault interface.
- VaultTemplateImpl(Vaults, Secrets, String, String) - Constructor for class com.oracle.cloud.spring.vault.VaultTemplateImpl
W
- WORKLOAD_IDENTITY - Enum constant in enum class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- write(T) - Method in class com.oracle.cloud.spring.storage.JacksonJSONStorageObjectConverter
-
Generates byte[] for the specific object
- write(T) - Method in interface com.oracle.cloud.spring.storage.StorageObjectConverter
-
Converts a Java POJO to byte array.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form