Class ApiGatewayClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.apigateway.ApiGatewayClient
 
 
- 
- All Implemented Interfaces:
- ApiGateway,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190501") public class ApiGatewayClient extends BaseSyncClient implements ApiGateway
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classApiGatewayClient.BuilderBuilder class for this client.
 - 
Field SummaryFields Modifier and Type Field Description StringclientCommonLibraryVersionCompatible SDK version, provided by the codegen.Optional<String>minimumClientCommonLibraryVersionFromClientMinimum compatible SDK version, maybe provided by the codegen.static ServiceSERVICEService instance for ApiGateway.
 - 
Constructor SummaryConstructors Constructor Description ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.ApiGatewayClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.ApiGatewayClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.ApiGatewayClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AddApiLockResponseaddApiLock(AddApiLockRequest request)Adds a lock to a Api resource.AddCertificateLockResponseaddCertificateLock(AddCertificateLockRequest request)Adds a lock to a Certificate resource.AddSdkLockResponseaddSdkLock(AddSdkLockRequest request)Adds a lock to a Sdk resource.static ApiGatewayClient.Builderbuilder()Create a builder for this client.ChangeApiCompartmentResponsechangeApiCompartment(ChangeApiCompartmentRequest request)Changes the API compartment.ChangeCertificateCompartmentResponsechangeCertificateCompartment(ChangeCertificateCompartmentRequest request)Changes the certificate compartment.voidclose()CreateApiResponsecreateApi(CreateApiRequest request)Creates a new API.CreateCertificateResponsecreateCertificate(CreateCertificateRequest request)Creates a new Certificate.CreateSdkResponsecreateSdk(CreateSdkRequest request)Creates a new SDK.DeleteApiResponsedeleteApi(DeleteApiRequest request)Deletes the API with the given identifier.DeleteCertificateResponsedeleteCertificate(DeleteCertificateRequest request)Deletes the certificate with the given identifier.DeleteSdkResponsedeleteSdk(DeleteSdkRequest request)Deletes provided SDK.GetApiResponsegetApi(GetApiRequest request)Gets an API by identifier.GetApiContentResponsegetApiContent(GetApiContentRequest request)Get the raw API content.GetApiDeploymentSpecificationResponsegetApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request)Gets an API Deployment specification by identifier.GetApiValidationsResponsegetApiValidations(GetApiValidationsRequest request)Gets the API validation results.GetCertificateResponsegetCertificate(GetCertificateRequest request)Gets a certificate by identifier.StringgetClientCommonLibraryVersion()protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()Optional<String>getMinimumClientCommonLibraryVersionFromClient()ApiGatewayPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetSdkResponsegetSdk(GetSdkRequest request)Return object store downloadable URL and metadata.ApiGatewayWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ListApisResponselistApis(ListApisRequest request)Returns a list of APIs.ListCertificatesResponselistCertificates(ListCertificatesRequest request)Returns a list of certificates.ListSdkLanguageTypesResponselistSdkLanguageTypes(ListSdkLanguageTypesRequest request)Lists programming languages in which SDK can be generated.ListSdksResponselistSdks(ListSdksRequest request)Returns list of generated SDKs.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.voidrefreshClient()Rebuild the backingHttpClient.RemoveApiLockResponseremoveApiLock(RemoveApiLockRequest request)Removes a lock from a Api resource.RemoveCertificateLockResponseremoveCertificateLock(RemoveCertificateLockRequest request)Removes a lock from a Certificate resource.RemoveSdkLockResponseremoveSdkLock(RemoveSdkLockRequest request)Removes a lock from a Sdk resource.voidsetEndpoint(String endpoint)voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).UpdateApiResponseupdateApi(UpdateApiRequest request)Updates the API with the given identifier.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdateCertificateResponseupdateCertificate(UpdateCertificateRequest request)Updates a certificate with the given identifierUpdateSdkResponseupdateSdk(UpdateSdkRequest request)Updates the SDK with the given identifier.voiduseRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)This method should be used to enable or disable the use of realm-specific endpoint template.- 
Methods inherited from class com.oracle.bmc.http.internal.BaseSyncClientclientCall
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.apigateway.ApiGatewaygetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Constructor Detail- 
ApiGatewayClient@Deprecated public ApiGatewayClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ApiGatewayClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
ApiGatewayClient@Deprecated public ApiGatewayClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ApiGatewayClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
ApiGatewayClient@Deprecated public ApiGatewayClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ApiGatewayClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
ApiGatewayClient@Deprecated public ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ApiGatewayClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
ApiGatewayClient@Deprecated public ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ApiGatewayClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
ApiGatewayClient@Deprecated public ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ApiGatewayClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
 
 - 
ApiGatewayClient@Deprecated public ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ApiGatewayClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
 
 - 
ApiGatewayClient@Deprecated public ApiGatewayClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ApiGatewayClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
- executorService-- ApiGatewayClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static ApiGatewayClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:ApiGatewaySets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Specified by:
- setRegionin interface- ApiGateway
- Parameters:
- region- The region of the service.
 
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:ApiGatewaySets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Specified by:
- setRegionin interface- ApiGateway
- Parameters:
- regionId- The public region ID.
 
 - 
addApiLockpublic AddApiLockResponse addApiLock(AddApiLockRequest request) Description copied from interface:ApiGatewayAdds a lock to a Api resource.- Specified by:
- addApiLockin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
addCertificateLockpublic AddCertificateLockResponse addCertificateLock(AddCertificateLockRequest request) Description copied from interface:ApiGatewayAdds a lock to a Certificate resource.- Specified by:
- addCertificateLockin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
addSdkLockpublic AddSdkLockResponse addSdkLock(AddSdkLockRequest request) Description copied from interface:ApiGatewayAdds a lock to a Sdk resource.- Specified by:
- addSdkLockin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeApiCompartmentpublic ChangeApiCompartmentResponse changeApiCompartment(ChangeApiCompartmentRequest request) Description copied from interface:ApiGatewayChanges the API compartment.- Specified by:
- changeApiCompartmentin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeCertificateCompartmentpublic ChangeCertificateCompartmentResponse changeCertificateCompartment(ChangeCertificateCompartmentRequest request) Description copied from interface:ApiGatewayChanges the certificate compartment.- Specified by:
- changeCertificateCompartmentin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createApipublic CreateApiResponse createApi(CreateApiRequest request) Description copied from interface:ApiGatewayCreates a new API.- Specified by:
- createApiin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createCertificatepublic CreateCertificateResponse createCertificate(CreateCertificateRequest request) Description copied from interface:ApiGatewayCreates a new Certificate.- Specified by:
- createCertificatein interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createSdkpublic CreateSdkResponse createSdk(CreateSdkRequest request) Description copied from interface:ApiGatewayCreates a new SDK.- Specified by:
- createSdkin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteApipublic DeleteApiResponse deleteApi(DeleteApiRequest request) Description copied from interface:ApiGatewayDeletes the API with the given identifier.- Specified by:
- deleteApiin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteCertificatepublic DeleteCertificateResponse deleteCertificate(DeleteCertificateRequest request) Description copied from interface:ApiGatewayDeletes the certificate with the given identifier.- Specified by:
- deleteCertificatein interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteSdkpublic DeleteSdkResponse deleteSdk(DeleteSdkRequest request) Description copied from interface:ApiGatewayDeletes provided SDK.- Specified by:
- deleteSdkin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getApipublic GetApiResponse getApi(GetApiRequest request) Description copied from interface:ApiGatewayGets an API by identifier.- Specified by:
- getApiin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getApiContentpublic GetApiContentResponse getApiContent(GetApiContentRequest request) Description copied from interface:ApiGatewayGet the raw API content.- Specified by:
- getApiContentin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getApiDeploymentSpecificationpublic GetApiDeploymentSpecificationResponse getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request) Description copied from interface:ApiGatewayGets an API Deployment specification by identifier.- Specified by:
- getApiDeploymentSpecificationin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getApiValidationspublic GetApiValidationsResponse getApiValidations(GetApiValidationsRequest request) Description copied from interface:ApiGatewayGets the API validation results.- Specified by:
- getApiValidationsin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getCertificatepublic GetCertificateResponse getCertificate(GetCertificateRequest request) Description copied from interface:ApiGatewayGets a certificate by identifier.- Specified by:
- getCertificatein interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getSdkpublic GetSdkResponse getSdk(GetSdkRequest request) Description copied from interface:ApiGatewayReturn object store downloadable URL and metadata.- Specified by:
- getSdkin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listApispublic ListApisResponse listApis(ListApisRequest request) Description copied from interface:ApiGatewayReturns a list of APIs.- Specified by:
- listApisin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listCertificatespublic ListCertificatesResponse listCertificates(ListCertificatesRequest request) Description copied from interface:ApiGatewayReturns a list of certificates.- Specified by:
- listCertificatesin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSdkLanguageTypespublic ListSdkLanguageTypesResponse listSdkLanguageTypes(ListSdkLanguageTypesRequest request) Description copied from interface:ApiGatewayLists programming languages in which SDK can be generated.- Specified by:
- listSdkLanguageTypesin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSdkspublic ListSdksResponse listSdks(ListSdksRequest request) Description copied from interface:ApiGatewayReturns list of generated SDKs.- Specified by:
- listSdksin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
removeApiLockpublic RemoveApiLockResponse removeApiLock(RemoveApiLockRequest request) Description copied from interface:ApiGatewayRemoves a lock from a Api resource.- Specified by:
- removeApiLockin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
removeCertificateLockpublic RemoveCertificateLockResponse removeCertificateLock(RemoveCertificateLockRequest request) Description copied from interface:ApiGatewayRemoves a lock from a Certificate resource.- Specified by:
- removeCertificateLockin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
removeSdkLockpublic RemoveSdkLockResponse removeSdkLock(RemoveSdkLockRequest request) Description copied from interface:ApiGatewayRemoves a lock from a Sdk resource.- Specified by:
- removeSdkLockin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateApipublic UpdateApiResponse updateApi(UpdateApiRequest request) Description copied from interface:ApiGatewayUpdates the API with the given identifier.- Specified by:
- updateApiin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateCertificatepublic UpdateCertificateResponse updateCertificate(UpdateCertificateRequest request) Description copied from interface:ApiGatewayUpdates a certificate with the given identifier- Specified by:
- updateCertificatein interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateSdkpublic UpdateSdkResponse updateSdk(UpdateSdkRequest request) Description copied from interface:ApiGatewayUpdates the SDK with the given identifier.- Specified by:
- updateSdkin interface- ApiGateway
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic ApiGatewayWaiters getWaiters() Description copied from interface:ApiGatewayGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- ApiGateway
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic ApiGatewayPaginators getPaginators() Description copied from interface:ApiGatewayGets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Specified by:
- getPaginatorsin interface- ApiGateway
- Returns:
- The service paginators.
 
 - 
getDefaultConfiguratorprotected ClientConfigurator getDefaultConfigurator() 
 - 
useRealmSpecificEndpointTemplatepublic void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled) This method should be used to enable or disable the use of realm-specific endpoint template.The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false - Parameters:
- useOfRealmSpecificEndpointTemplateEnabled- This flag can be set to true or false to enable or disable the use of realm-specific endpoint template respectively
 
 - 
populateServiceParametersInEndpointpublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap) Populate the parameters in the endpoint with its corresponding value and update the base endpoint.The value will be populated iff the parameter in endpoint is a required request path parameter or a required request query parameter. If not, the parameter in the endpoint will be ignored and left blank. - Parameters:
- endpoint- The endpoint template in use
- requiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
 
 - 
updateBaseEndpointpublic final void updateBaseEndpoint(String endpoint) This method should be used for parameterized endpoint templates only.This does not include {region} and {secondLevelDomain} parameters. - Parameters:
- endpoint- The updated endpoint to use
 
 - 
setEndpointpublic final void setEndpoint(String endpoint) 
 - 
getEndpointpublic final String getEndpoint() 
 - 
refreshClientpublic final void refreshClient() Rebuild the backingHttpClient.This will call ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
 - 
closepublic final void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getClientCommonLibraryVersionpublic String getClientCommonLibraryVersion() 
 
- 
 
-