Uses of Class
software.amazon.awssdk.services.b2bi.model.GetProfileResponse
-
Packages that use GetProfileResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of GetProfileResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return GetProfileResponse Modifier and Type Method Description default GetProfileResponseB2BiClient. getProfile(Consumer<GetProfileRequest.Builder> 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.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type GetProfileResponse Modifier and Type Method Description default CompletableFuture<GetProfileResponse>B2BiAsyncClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Retrieves the details for the profile specified by the profile ID.default CompletableFuture<GetProfileResponse>B2BiAsyncClient. getProfile(GetProfileRequest getProfileRequest)Retrieves the details for the profile specified by the profile ID.
-