Uses of Class
com.oracle.bmc.apigateway.model.CaBundle
- 
Packages that use CaBundle Package Description com.oracle.bmc.apigateway.model 
- 
- 
Uses of CaBundle in com.oracle.bmc.apigateway.modelSubclasses of CaBundle in com.oracle.bmc.apigateway.model Modifier and Type Class Description classCertificatesCaBundleCA bundle from Certificates Service that should be used on the gateway for TLS validation
 Note: Objects should always be created or deserialized using theCertificatesCaBundle.Builder.classCertificatesCertificateAuthorityCertificate Authority from Certificates Service that should be used on the gateway for TLS validation
 Note: Objects should always be created or deserialized using theCertificatesCertificateAuthority.Builder.Methods in com.oracle.bmc.apigateway.model that return types with arguments of type CaBundle Modifier and Type Method Description List<CaBundle>CreateGatewayDetails. getCaBundles()An array of CA bundles that should be used on the Gateway for TLS validation.List<CaBundle>Gateway. getCaBundles()An array of CA bundles that should be used on the Gateway for TLS validation.List<CaBundle>UpdateGatewayDetails. getCaBundles()An array of CA bundles that should be used on the Gateway for TLS validation.Method parameters in com.oracle.bmc.apigateway.model with type arguments of type CaBundle Modifier and Type Method Description CreateGatewayDetails.BuilderCreateGatewayDetails.Builder. caBundles(List<CaBundle> caBundles)An array of CA bundles that should be used on the Gateway for TLS validation.Gateway.BuilderGateway.Builder. caBundles(List<CaBundle> caBundles)An array of CA bundles that should be used on the Gateway for TLS validation.UpdateGatewayDetails.BuilderUpdateGatewayDetails.Builder. caBundles(List<CaBundle> caBundles)An array of CA bundles that should be used on the Gateway for TLS validation.
 
-