Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.Certificate
Packages that use Certificate
-
Uses of Certificate in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CertificateModifier and TypeMethodDescriptionfinal List<Certificate>GetBrowserSessionResponse.certificates()The list of certificates installed in the browser session.final List<Certificate>GetCodeInterpreterSessionResponse.certificates()The list of certificates installed in the code interpreter session.final List<Certificate>StartBrowserSessionRequest.certificates()A list of certificates to install in the browser session.final List<Certificate>StartCodeInterpreterSessionRequest.certificates()A list of certificates to install in the code interpreter session.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type CertificateModifier and TypeMethodDescriptionGetBrowserSessionResponse.Builder.certificates(Certificate... certificates) The list of certificates installed in the browser session.GetCodeInterpreterSessionResponse.Builder.certificates(Certificate... certificates) The list of certificates installed in the code interpreter session.StartBrowserSessionRequest.Builder.certificates(Certificate... certificates) A list of certificates to install in the browser session.StartCodeInterpreterSessionRequest.Builder.certificates(Certificate... certificates) A list of certificates to install in the code interpreter session.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type CertificateModifier and TypeMethodDescriptionGetBrowserSessionResponse.Builder.certificates(Collection<Certificate> certificates) The list of certificates installed in the browser session.GetCodeInterpreterSessionResponse.Builder.certificates(Collection<Certificate> certificates) The list of certificates installed in the code interpreter session.StartBrowserSessionRequest.Builder.certificates(Collection<Certificate> certificates) A list of certificates to install in the browser session.StartCodeInterpreterSessionRequest.Builder.certificates(Collection<Certificate> certificates) A list of certificates to install in the code interpreter session.