Package-level declarations
Inherited functions
Link copied to clipboard
suspend fun BedrockAgentCoreControlClient.waitUntilMemoryCreated(block: GetMemoryRequest.Builder.() -> Unit): Outcome<GetMemoryResponse>
suspend fun BedrockAgentCoreControlClient.waitUntilMemoryCreated(request: GetMemoryRequest, retryStrategy: RetryStrategy? = null): Outcome<GetMemoryResponse>
Link copied to clipboard
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyActive(block: GetPolicyRequest.Builder.() -> Unit): Outcome<GetPolicyResponse>
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyActive(request: GetPolicyRequest, retryStrategy: RetryStrategy? = null): Outcome<GetPolicyResponse>
Wait until a Policy is active
Link copied to clipboard
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyDeleted(block: GetPolicyRequest.Builder.() -> Unit): Outcome<GetPolicyResponse>
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyDeleted(request: GetPolicyRequest, retryStrategy: RetryStrategy? = null): Outcome<GetPolicyResponse>
Wait until a Policy is deleted
Link copied to clipboard
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyEngineActive(block: GetPolicyEngineRequest.Builder.() -> Unit): Outcome<GetPolicyEngineResponse>
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyEngineActive(request: GetPolicyEngineRequest, retryStrategy: RetryStrategy? = null): Outcome<GetPolicyEngineResponse>
Wait until a PolicyEngine is active
Link copied to clipboard
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyEngineDeleted(block: GetPolicyEngineRequest.Builder.() -> Unit): Outcome<GetPolicyEngineResponse>
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyEngineDeleted(request: GetPolicyEngineRequest, retryStrategy: RetryStrategy? = null): Outcome<GetPolicyEngineResponse>
Wait until a PolicyEngine is deleted
Link copied to clipboard
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyGenerationCompleted(block: GetPolicyGenerationRequest.Builder.() -> Unit): Outcome<GetPolicyGenerationResponse>
suspend fun BedrockAgentCoreControlClient.waitUntilPolicyGenerationCompleted(request: GetPolicyGenerationRequest, retryStrategy: RetryStrategy? = null): Outcome<GetPolicyGenerationResponse>
Wait until policy generation is completed