Uses of Class
software.amazon.awssdk.services.b2bi.model.GetTransformerResponse
-
Packages that use GetTransformerResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of GetTransformerResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return GetTransformerResponse Modifier and Type Method Description default GetTransformerResponseB2BiClient. getTransformer(Consumer<GetTransformerRequest.Builder> getTransformerRequest)Retrieves the details for the transformer specified by the transformer ID.default GetTransformerResponseB2BiClient. getTransformer(GetTransformerRequest getTransformerRequest)Retrieves the details for the transformer specified by the transformer ID.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type GetTransformerResponse Modifier and Type Method Description default CompletableFuture<GetTransformerResponse>B2BiAsyncClient. getTransformer(Consumer<GetTransformerRequest.Builder> getTransformerRequest)Retrieves the details for the transformer specified by the transformer ID.default CompletableFuture<GetTransformerResponse>B2BiAsyncClient. getTransformer(GetTransformerRequest getTransformerRequest)Retrieves the details for the transformer specified by the transformer ID.
-