JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.oraclecloud.clients
SdkClients
Contents
Description
Nested Class Summary
Optional Element Summary
Element Details
value
clientClasses
Hide sidebar
Show sidebar
Annotation Interface SdkClients
@Retention
(
SOURCE
)
public @interface
SdkClients
Internal Annotation to trigger the creation of SDK clients.
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static enum
SdkClients.Kind
the type of client to generate.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
clientClasses
SdkClients.Kind
value
Element Details
value
SdkClients.Kind
value
Returns:
The type of client to generate.
Default:
ASYNC
clientClasses
String
[]
clientClasses
Returns:
The OCI SDK client class names to process.
Default:
{}