Uses of Interface
software.amazon.awssdk.services.connect.model.BatchGetFlowAssociationRequest.Builder
-
Packages that use BatchGetFlowAssociationRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of BatchGetFlowAssociationRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type BatchGetFlowAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetFlowAssociationResponse>ConnectAsyncClient. batchGetFlowAssociation(Consumer<BatchGetFlowAssociationRequest.Builder> batchGetFlowAssociationRequest)Retrieve the flow associations for the given resources.default BatchGetFlowAssociationResponseConnectClient. batchGetFlowAssociation(Consumer<BatchGetFlowAssociationRequest.Builder> batchGetFlowAssociationRequest)Retrieve the flow associations for the given resources. -
Uses of BatchGetFlowAssociationRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return BatchGetFlowAssociationRequest.Builder Modifier and Type Method Description static BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest. builder()BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest.Builder. resourceIds(String... resourceIds)A list of resource identifiers to retrieve flow associations.BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest.Builder. resourceIds(Collection<String> resourceIds)A list of resource identifiers to retrieve flow associations.BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest.Builder. resourceType(String resourceType)The type of resource association.BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest.Builder. resourceType(ListFlowAssociationResourceType resourceType)The type of resource association.BatchGetFlowAssociationRequest.BuilderBatchGetFlowAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type BatchGetFlowAssociationRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetFlowAssociationRequest.Builder>BatchGetFlowAssociationRequest. serializableBuilderClass()
-