Uses of Class
software.amazon.awssdk.services.b2bi.model.GetProfileRequest
-
Packages that use GetProfileRequest Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.transform -
-
Uses of GetProfileRequest in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi with parameters of type GetProfileRequest Modifier and Type Method Description default CompletableFuture<GetProfileResponse>B2BiAsyncClient. getProfile(GetProfileRequest getProfileRequest)Retrieves the details for the profile specified by the profile ID.default GetProfileResponseB2BiClient. getProfile(GetProfileRequest getProfileRequest)Retrieves the details for the profile specified by the profile ID. -
Uses of GetProfileRequest in software.amazon.awssdk.services.b2bi.transform
Methods in software.amazon.awssdk.services.b2bi.transform with parameters of type GetProfileRequest Modifier and Type Method Description SdkHttpFullRequestGetProfileRequestMarshaller. marshall(GetProfileRequest getProfileRequest)
-