Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.GetIntegrationRequest.Builder
-
Packages that use GetIntegrationRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of GetIntegrationRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type GetIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntegrationResponse>CustomerProfilesAsyncClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Returns an integration for a domain.default GetIntegrationResponseCustomerProfilesClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Returns an integration for a domain. -
Uses of GetIntegrationRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return GetIntegrationRequest.Builder Modifier and Type Method Description static GetIntegrationRequest.BuilderGetIntegrationRequest. builder()GetIntegrationRequest.BuilderGetIntegrationRequest.Builder. domainName(String domainName)The unique name of the domain.GetIntegrationRequest.BuilderGetIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationRequest.BuilderGetIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntegrationRequest.BuilderGetIntegrationRequest. toBuilder()GetIntegrationRequest.BuilderGetIntegrationRequest.Builder. uri(String uri)The URI of the S3 bucket or any other type of data source.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type GetIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends GetIntegrationRequest.Builder>GetIntegrationRequest. serializableBuilderClass()
-