A B C E G I N O R S T V W 
All Classes All Packages

A

afterError(Request<?>, Response<?>, Exception) - Method in class org.sdase.commons.server.s3.TracingRequestHandler
 
afterResponse(Request<?>, Response<?>) - Method in class org.sdase.commons.server.s3.TracingRequestHandler
 

B

beforeMarshalling(AmazonWebServiceRequest) - Method in class org.sdase.commons.server.s3.TracingRequestHandler
 
beforeRequest(Request<?>) - Method in class org.sdase.commons.server.s3.TracingRequestHandler
 
build() - Method in class org.sdase.commons.server.s3.S3Bundle.Builder
 
build() - Method in interface org.sdase.commons.server.s3.S3Bundle.FinalBuilder
Builds the S3 bundle
builder() - Static method in class org.sdase.commons.server.s3.S3Bundle
 

C

check() - Method in class org.sdase.commons.server.s3.health.S3HealthCheck
 

E

EXTERNAL - org.sdase.commons.server.s3.health.S3HealthCheckType
 
ExternalS3HealthCheck - Class in org.sdase.commons.server.s3.health
 
ExternalS3HealthCheck(AmazonS3, Set<String>) - Constructor for class org.sdase.commons.server.s3.health.ExternalS3HealthCheck
 

G

getAccessKey() - Method in class org.sdase.commons.server.s3.S3Configuration
 
getClient() - Method in class org.sdase.commons.server.s3.S3Bundle
 
getEndpoint() - Method in class org.sdase.commons.server.s3.S3Configuration
 
getRegion() - Method in class org.sdase.commons.server.s3.S3Configuration
 
getSecretKey() - Method in class org.sdase.commons.server.s3.S3Configuration
 
getSignerOverride() - Method in class org.sdase.commons.server.s3.S3Configuration
 

I

initialize(Bootstrap<?>) - Method in class org.sdase.commons.server.s3.S3Bundle
 
INTERNAL - org.sdase.commons.server.s3.health.S3HealthCheckType
 

N

NONE - org.sdase.commons.server.s3.health.S3HealthCheckType
 

O

org.sdase.commons.server.s3 - package org.sdase.commons.server.s3
 
org.sdase.commons.server.s3.health - package org.sdase.commons.server.s3.health
 

R

run(C, Environment) - Method in class org.sdase.commons.server.s3.S3Bundle
 

S

S3_EXTERNAL_HEALTH_CHECK_NAME - Static variable in class org.sdase.commons.server.s3.S3Bundle
 
S3_HEALTH_CHECK_NAME - Static variable in class org.sdase.commons.server.s3.S3Bundle
 
S3Bundle<C extends io.dropwizard.Configuration> - Class in org.sdase.commons.server.s3
 
S3Bundle.BucketNameProvider<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.s3
 
S3Bundle.Builder<T extends io.dropwizard.Configuration> - Class in org.sdase.commons.server.s3
 
S3Bundle.FinalBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.s3
 
S3Bundle.InitialBuilder - Interface in org.sdase.commons.server.s3
 
S3Bundle.S3HealthCheckBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.s3
 
S3Configuration - Class in org.sdase.commons.server.s3
Defines the configuration ot the S3Bundle.
S3Configuration() - Constructor for class org.sdase.commons.server.s3.S3Configuration
 
S3ConfigurationProvider<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.s3
Provides the S3Configuration for the S3Bundle, e.g.
S3HealthCheck - Class in org.sdase.commons.server.s3.health
 
S3HealthCheck(AmazonS3, Set<String>) - Constructor for class org.sdase.commons.server.s3.health.S3HealthCheck
 
S3HealthCheckType - Enum in org.sdase.commons.server.s3.health
 
setAccessKey(String) - Method in class org.sdase.commons.server.s3.S3Configuration
 
setEndpoint(String) - Method in class org.sdase.commons.server.s3.S3Configuration
 
setRegion(String) - Method in class org.sdase.commons.server.s3.S3Configuration
 
setSecretKey(String) - Method in class org.sdase.commons.server.s3.S3Configuration
 
setSignerOverride(String) - Method in class org.sdase.commons.server.s3.S3Configuration
 

T

TracingRequestHandler - Class in org.sdase.commons.server.s3
 
TracingRequestHandler(OpenTelemetry) - Constructor for class org.sdase.commons.server.s3.TracingRequestHandler
 

V

valueOf(String) - Static method in enum org.sdase.commons.server.s3.health.S3HealthCheckType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.sdase.commons.server.s3.health.S3HealthCheckType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withConfigurationProvider(S3ConfigurationProvider<C>) - Method in interface org.sdase.commons.server.s3.S3Bundle.InitialBuilder
 
withConfigurationProvider(S3ConfigurationProvider<C>) - Method in class org.sdase.commons.server.s3.S3Bundle.Builder
 
withExternalHealthCheck(Iterable<S3Bundle.BucketNameProvider<C>>) - Method in interface org.sdase.commons.server.s3.S3Bundle.S3HealthCheckBuilder
Adds an external health check for an S3 connection against one or more buckets.
withExternalHealthCheck(Iterable<S3Bundle.BucketNameProvider<T>>) - Method in class org.sdase.commons.server.s3.S3Bundle.Builder
 
withExternalHealthCheck(String) - Method in class org.sdase.commons.server.s3.S3Bundle.Builder
 
withExternalHealthCheck(String) - Method in interface org.sdase.commons.server.s3.S3Bundle.S3HealthCheckBuilder
Adds an external health check for an S3 connection against a single bucket.
withHealthCheck(Iterable<S3Bundle.BucketNameProvider<C>>) - Method in interface org.sdase.commons.server.s3.S3Bundle.S3HealthCheckBuilder
Adds an internal health check for an S3 connection against one or more buckets.
withHealthCheck(Iterable<S3Bundle.BucketNameProvider<T>>) - Method in class org.sdase.commons.server.s3.S3Bundle.Builder
 
withHealthCheck(String) - Method in class org.sdase.commons.server.s3.S3Bundle.Builder
 
withHealthCheck(String) - Method in interface org.sdase.commons.server.s3.S3Bundle.S3HealthCheckBuilder
Adds an internal health check for an S3 connection against a single bucket.
withOpenTelemetry(OpenTelemetry) - Method in class org.sdase.commons.server.s3.S3Bundle.Builder
 
withOpenTelemetry(OpenTelemetry) - Method in interface org.sdase.commons.server.s3.S3Bundle.FinalBuilder
Specifies a custom telemetry instance to use.
A B C E G I N O R S T V W 
All Classes All Packages