Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailSummary
-
Packages that use GuardrailSummary Package Description software.amazon.awssdk.services.bedrock.model software.amazon.awssdk.services.bedrock.paginators -
-
Uses of GuardrailSummary in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailSummary Modifier and Type Method Description List<GuardrailSummary>ListGuardrailsResponse. guardrails()A list of objects, each of which contains details about a guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailSummary Modifier and Type Method Description ListGuardrailsResponse.BuilderListGuardrailsResponse.Builder. guardrails(GuardrailSummary... guardrails)A list of objects, each of which contains details about a guardrail.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailSummary Modifier and Type Method Description ListGuardrailsResponse.BuilderListGuardrailsResponse.Builder. guardrails(Collection<GuardrailSummary> guardrails)A list of objects, each of which contains details about a guardrail. -
Uses of GuardrailSummary in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type GuardrailSummary Modifier and Type Method Description SdkIterable<GuardrailSummary>ListGuardrailsIterable. guardrails()Returns an iterable to iterate through the paginatedListGuardrailsResponse.guardrails()member.SdkPublisher<GuardrailSummary>ListGuardrailsPublisher. guardrails()Returns a publisher that can be used to get a stream of data.
-