Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.GetCampaignStateBatchRequest.Builder
-
Packages that use GetCampaignStateBatchRequest.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2 Provide APIs to create and manage Amazon Connect Campaigns.software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of GetCampaignStateBatchRequest.Builder in software.amazon.awssdk.services.connectcampaignsv2
Method parameters in software.amazon.awssdk.services.connectcampaignsv2 with type arguments of type GetCampaignStateBatchRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCampaignStateBatchResponse>ConnectCampaignsV2AsyncClient. getCampaignStateBatch(Consumer<GetCampaignStateBatchRequest.Builder> getCampaignStateBatchRequest)Get state of campaigns for the specified Amazon Connect account.default GetCampaignStateBatchResponseConnectCampaignsV2Client. getCampaignStateBatch(Consumer<GetCampaignStateBatchRequest.Builder> getCampaignStateBatchRequest)Get state of campaigns for the specified Amazon Connect account. -
Uses of GetCampaignStateBatchRequest.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return GetCampaignStateBatchRequest.Builder Modifier and Type Method Description static GetCampaignStateBatchRequest.BuilderGetCampaignStateBatchRequest. builder()GetCampaignStateBatchRequest.BuilderGetCampaignStateBatchRequest.Builder. campaignIds(String... campaignIds)Sets the value of the CampaignIds property for this object.GetCampaignStateBatchRequest.BuilderGetCampaignStateBatchRequest.Builder. campaignIds(Collection<String> campaignIds)Sets the value of the CampaignIds property for this object.GetCampaignStateBatchRequest.BuilderGetCampaignStateBatchRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCampaignStateBatchRequest.BuilderGetCampaignStateBatchRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCampaignStateBatchRequest.BuilderGetCampaignStateBatchRequest. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type GetCampaignStateBatchRequest.Builder Modifier and Type Method Description static Class<? extends GetCampaignStateBatchRequest.Builder>GetCampaignStateBatchRequest. serializableBuilderClass()
-