Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetCodeInterpreterSessionRequest.Builder
Packages that use GetCodeInterpreterSessionRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of GetCodeInterpreterSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type GetCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.getCodeInterpreterSession(Consumer<GetCodeInterpreterSessionRequest.Builder> getCodeInterpreterSessionRequest) Retrieves detailed information about a specific code interpreter session in Amazon Bedrock AgentCore.BedrockAgentCoreClient.getCodeInterpreterSession(Consumer<GetCodeInterpreterSessionRequest.Builder> getCodeInterpreterSessionRequest) Retrieves detailed information about a specific code interpreter session in Amazon Bedrock AgentCore. -
Uses of GetCodeInterpreterSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionGetCodeInterpreterSessionRequest.builder()GetCodeInterpreterSessionRequest.Builder.codeInterpreterIdentifier(String codeInterpreterIdentifier) The unique identifier of the code interpreter associated with the session.GetCodeInterpreterSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetCodeInterpreterSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The unique identifier of the code interpreter session to retrieve.GetCodeInterpreterSessionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GetCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCodeInterpreterSessionRequest.Builder>GetCodeInterpreterSessionRequest.serializableBuilderClass()