Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BrowserSessionSummary
Packages that use BrowserSessionSummary
-
Uses of BrowserSessionSummary in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type BrowserSessionSummaryModifier and TypeMethodDescriptionfinal List<BrowserSessionSummary>ListBrowserSessionsResponse.items()The list of browser sessions that match the specified criteria.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BrowserSessionSummaryModifier and TypeMethodDescriptionListBrowserSessionsResponse.Builder.items(BrowserSessionSummary... items) The list of browser sessions that match the specified criteria.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type BrowserSessionSummaryModifier and TypeMethodDescriptionListBrowserSessionsResponse.Builder.items(Collection<BrowserSessionSummary> items) The list of browser sessions that match the specified criteria.