Uses of Class
software.amazon.awssdk.services.schemas.model.GetCodeBindingSourceResponse
-
Packages that use GetCodeBindingSourceResponse Package Description software.amazon.awssdk.services.schemas Amazon EventBridge Schema Registry -
-
Uses of GetCodeBindingSourceResponse in software.amazon.awssdk.services.schemas
Methods in software.amazon.awssdk.services.schemas that return GetCodeBindingSourceResponse Modifier and Type Method Description default GetCodeBindingSourceResponseSchemasClient. getCodeBindingSource(Consumer<GetCodeBindingSourceRequest.Builder> getCodeBindingSourceRequest)Get the code binding source URI.default GetCodeBindingSourceResponseSchemasClient. getCodeBindingSource(GetCodeBindingSourceRequest getCodeBindingSourceRequest)Get the code binding source URI.Methods in software.amazon.awssdk.services.schemas that return types with arguments of type GetCodeBindingSourceResponse Modifier and Type Method Description default CompletableFuture<GetCodeBindingSourceResponse>SchemasAsyncClient. getCodeBindingSource(Consumer<GetCodeBindingSourceRequest.Builder> getCodeBindingSourceRequest)Get the code binding source URI.default CompletableFuture<GetCodeBindingSourceResponse>SchemasAsyncClient. getCodeBindingSource(GetCodeBindingSourceRequest getCodeBindingSourceRequest)Get the code binding source URI.
-