Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ListCodeInterpreterSessionsRequest.Builder
Packages that use ListCodeInterpreterSessionsRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ListCodeInterpreterSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type ListCodeInterpreterSessionsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.listCodeInterpreterSessions(Consumer<ListCodeInterpreterSessionsRequest.Builder> listCodeInterpreterSessionsRequest) Retrieves a list of code interpreter sessions in Amazon Bedrock AgentCore that match the specified criteria.BedrockAgentCoreClient.listCodeInterpreterSessions(Consumer<ListCodeInterpreterSessionsRequest.Builder> listCodeInterpreterSessionsRequest) Retrieves a list of code interpreter sessions in Amazon Bedrock AgentCore that match the specified criteria. -
Uses of ListCodeInterpreterSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ListCodeInterpreterSessionsRequest.BuilderModifier and TypeMethodDescriptionListCodeInterpreterSessionsRequest.builder()ListCodeInterpreterSessionsRequest.Builder.codeInterpreterIdentifier(String codeInterpreterIdentifier) The unique identifier of the code interpreter to list sessions for.ListCodeInterpreterSessionsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token for the next set of results.ListCodeInterpreterSessionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListCodeInterpreterSessionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The status of the code interpreter sessions to list.ListCodeInterpreterSessionsRequest.Builder.status(CodeInterpreterSessionStatus status) The status of the code interpreter sessions to list.ListCodeInterpreterSessionsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ListCodeInterpreterSessionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListCodeInterpreterSessionsRequest.Builder>ListCodeInterpreterSessionsRequest.serializableBuilderClass()