Uses of Interface
com.oracle.bmc.Service
-
Packages that use Service 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 com.oracle.bmc.util.internal -
-
Uses of Service in com.oracle.bmc
Methods in com.oracle.bmc that return Service Modifier and Type Method Description ServiceServices.ServiceBuilder. build()static ServiceServices. create(String serviceName, String serviceEndpointPrefix)Deprecated.UseServices.serviceBuilder()insteadstatic ServiceServices. getServiceByName(String serviceName)Get Service instance based on service name.Methods in com.oracle.bmc with parameters of type Service Modifier and Type Method Description static StringRegion. formatDefaultRegionEndpoint(Service service, Region region)Creates a default endpoint URL for the given service in the given region.static StringRegion. formatDefaultRegionEndpoint(Service service, Region region, Predicate<HttpProviderCapability> httpProviderCapabilityPredicate)Creates a default endpoint URL for the given service in the given region.static StringRegion. 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.Optional<String>Region. getEndpoint(Service service, Predicate<HttpProviderCapability> httpProviderCapabilityPredicate)Resolves a service name to its endpoint in the region, if available. -
Uses of Service in com.oracle.bmc.auth
Fields in com.oracle.bmc.auth declared as Service Modifier and Type Field Description protected static ServiceAbstractFederationClientAuthenticationDetailsProviderBuilder. SERVICEService instance for auth.Methods in com.oracle.bmc.auth with parameters of type Service Modifier and Type Method Description ResourcePrincipalAuthenticationDetailsProvider.ResourcePrincipalAuthenticationDetailsProviderBuilderResourcePrincipalAuthenticationDetailsProvider.ResourcePrincipalAuthenticationDetailsProviderBuilder. resourcePrincipalTokenEndpoint(Service service, Region region)Configures the resourcePrincipalTokenEndpoint to use. -
Uses of Service in com.oracle.bmc.common
Methods in com.oracle.bmc.common that return Service Modifier and Type Method Description static ServiceInternalBuilderAccess. getService(ClientBuilderBase<?,?> builder)Constructors in com.oracle.bmc.common with parameters of type Service Constructor Description ClientBuilderBase(Service service)RegionalClientBuilder(Service service) -
Uses of Service in com.oracle.bmc.http.signing
Methods in com.oracle.bmc.http.signing with parameters of type Service Modifier and Type Method Description RequestSignerRequestSignerFactory. createRequestSigner(Service service, AbstractAuthenticationDetailsProvider abstractAuthProvider)Creates a new RequestSigner instance from the given provider and type of service. -
Uses of Service in com.oracle.bmc.http.signing.internal
Methods in com.oracle.bmc.http.signing.internal with parameters of type Service Modifier and Type Method Description RequestSignerDefaultRequestSignerFactory. createRequestSigner(Service service, AbstractAuthenticationDetailsProvider abstractAuthProvider)Creates a new RequestSigner instance from the given provider and type of service. -
Uses of Service in com.oracle.bmc.internal
Methods in com.oracle.bmc.internal with parameters of type Service Modifier and Type Method Description static StringEndpointBuilder. createEndpoint(Service service, Region region)Deprecated.static StringEndpointBuilder. createEndpoint(Service service, Region region, Predicate<HttpProviderCapability> httpProviderCapabilityPredicate)Creates the service endpoint using theDefaultEndpointConfigurationmethod.static StringEndpointBuilder. createEndpoint(Service service, String regionId, Realm realm)Creates the service endpoint using theDefaultEndpointConfigurationmethod.static StringEndpointBuilder. createEndpoint(Service service, String regionId, Realm realm, Predicate<HttpProviderCapability> httpProviderCapabilityPredicate)Creates the service endpoint using theDefaultEndpointConfigurationmethod.static StringEndpointBuilder. getRealmSpecificEndpointTemplate(String regionId, Service service, Realm realm)static StringEndpointBuilder. getServiceEndpointTemplateToUse(String regionId, Service service, Realm realm) -
Uses of Service in com.oracle.bmc.util.internal
Methods in com.oracle.bmc.util.internal with parameters of type Service Modifier and Type Method Description static booleanEndpointTemplateForOptionsUtils. isDualStackEnabledForClientDefault(Service service)
-