| Package | Description |
|---|---|
| com.oracle.bmc | |
| com.oracle.bmc.auth | |
| com.oracle.bmc.common | |
| com.oracle.bmc.http.signing | |
| com.oracle.bmc.http.signing.internal | |
| com.oracle.bmc.internal |
| Modifier and Type | Method and Description |
|---|---|
Service |
Services.ServiceBuilder.build() |
static Service |
Services.create(String serviceName,
String serviceEndpointPrefix)
Deprecated.
Use
Services.serviceBuilder() instead |
static Service |
Services.getServiceByName(String serviceName)
Get Service instance based on service name.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Region.formatDefaultRegionEndpoint(Service service,
Region region)
Creates a default endpoint URL for the given service in the given region.
|
static String |
Region.formatDefaultRegionEndpoint(Service service,
String regionId)
Creates a default endpoint URL for the given service in the given region.
|
Optional<String> |
Region.getEndpoint(Service service)
Resolves a service name to its endpoint in the region, if available.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Service |
AbstractFederationClientAuthenticationDetailsProviderBuilder.SERVICE
Service instance for auth.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePrincipalAuthenticationDetailsProvider.ResourcePrincipalAuthenticationDetailsProviderBuilder |
ResourcePrincipalAuthenticationDetailsProvider.ResourcePrincipalAuthenticationDetailsProviderBuilder.resourcePrincipalTokenEndpoint(Service service,
Region region)
Configures the resourcePrincipalTokenEndpoint to use.
|
| Modifier and Type | Method and Description |
|---|---|
static Service |
InternalBuilderAccess.getService(ClientBuilderBase<?,?> builder) |
| Constructor and Description |
|---|
ClientBuilderBase(Service service) |
RegionalClientBuilder(Service service) |
| Modifier and Type | Method and Description |
|---|---|
RequestSigner |
RequestSignerFactory.createRequestSigner(Service service,
AbstractAuthenticationDetailsProvider abstractAuthProvider)
Creates a new RequestSigner instance from the given provider and type of service.
|
| Modifier and Type | Method and Description |
|---|---|
RequestSigner |
DefaultRequestSignerFactory.createRequestSigner(Service service,
AbstractAuthenticationDetailsProvider abstractAuthProvider)
Creates a new RequestSigner instance from the given provider and type of service.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
EndpointBuilder.createEndpoint(Service service,
Region region)
Creates the service endpoint using the
DefaultEndpointConfiguration method. |
static String |
EndpointBuilder.createEndpoint(Service service,
String regionId,
Realm realm)
Creates the service endpoint using the
DefaultEndpointConfiguration method. |
static String |
EndpointBuilder.getRealmSpecificEndpointTemplate(String regionId,
Service service,
Realm realm) |
static String |
EndpointBuilder.getServiceEndpointTemplateToUse(String regionId,
Service service,
Realm realm) |
Copyright © 2016–2024. All rights reserved.