Index

B C D E F G H I J L M N O P R S T U V W 
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.logging - package com.oracle.cloud.spring.logging
 
com.oracle.cloud.spring.notification - package com.oracle.cloud.spring.notification
 
com.oracle.cloud.spring.storage - package com.oracle.cloud.spring.storage
 
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.
createCompartmentProvider(CompartmentProperties) - Static method in class com.oracle.cloud.spring.autoconfigure.core.CompartmentProviderAutoConfiguration
 
createCredentialsProvider(CredentialsProperties) - Static method in class com.oracle.cloud.spring.autoconfigure.core.CredentialsProviderAutoConfiguration
 
createRegionProvider(RegionProperties) - Static method in class com.oracle.cloud.spring.autoconfigure.core.RegionProviderAutoConfiguration
 
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 a Authentication provider based on CredentialsProperties.ConfigType type
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.
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.
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
 

G

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.
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
 
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
 
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
 
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
 
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
 
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

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
OCIObjectMapper() - Constructor for class com.oracle.cloud.spring.core.util.OCIObjectMapper
 
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.

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.
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.
resolveExtension(String) - Method in class com.oracle.cloud.spring.storage.StorageContentTypeResolverImpl
 
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

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 in com.oracle.cloud.spring.storage
Exception thrown from any OCI storage-related API invocation failures.
StorageException(String, Throwable) - Constructor for exception 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
 
StorageOutputStream - Class in com.oracle.cloud.spring.storage
Interface to implement OutputStream for Storage Objects.
StorageOutputStream() - Constructor for class com.oracle.cloud.spring.storage.StorageOutputStream
 
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.

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

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.CredentialsProviderAutoConfiguration
 

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.
B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form