Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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
- 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.function - package com.oracle.cloud.spring.function
- 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
- COMPARTMENT_MISSING_MSG - Static variable in class com.oracle.cloud.spring.core.compartment.StaticCompartmentProvider
- 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
- 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.
- 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
- 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.
- 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.
- 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 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
- 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
- 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
- expect(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
F
- FILE - Enum constant in enum com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- 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
- 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.
- getAuthenticationDetailsProvider() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProvider
- getCacheControl() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- 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.
- 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
- getDescription() - Method in class com.oracle.cloud.spring.storage.OracleStorageResource
-
Gets the description of the resource.
- 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
- 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.
- getIfMatch() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- getIfNoneMatch() - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- 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
- 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.
- 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
- getPassPhrase() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getPrivateKey() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getProfile() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- 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
- 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.
- getTenantId() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getType() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- getUserId() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
H
- hasFile() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- hasProfile() - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
I
- ifMatch(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- ifNoneMatch(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- INSTANCE_PRINCIPAL - Enum constant in enum 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
- 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.
- 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.
- 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
- 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, 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
- 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.logging.LoggingProperties
- 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
- resolveVersionId(String) - Static method in class com.oracle.cloud.spring.storage.StorageLocation
- RESOURCE_PRINCIPAL - Enum constant in enum com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- retryConfiguration(RetryConfiguration) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
S
- SESSION_TOKEN - Enum constant in enum com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
- setCacheControl(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- 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
- 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
- setIfMatch(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setIfNoneMatch(String) - Method in class com.oracle.cloud.spring.storage.StorageObjectMetadata
- setLogId(String) - Method in class com.oracle.cloud.spring.logging.LoggingProperties
- 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
- setPrivateKey(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- setProfile(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- 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
- setTenantId(String) - Method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties
- 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
- SIMPLE - Enum constant in enum 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 ocs:// protocol 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
- toPrintableString(Object) - Static method in class com.oracle.cloud.spring.core.util.OCIObjectMapper
- 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.
- 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 com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.oracle.cloud.spring.autoconfigure.core.CredentialsProperties.ConfigType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- 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